Use associative array to store custom namespaces

This commit is contained in:
Kijin Sung 2023-08-12 21:53:52 +09:00
parent 911772393a
commit a7954506f6
5 changed files with 22 additions and 22 deletions

View file

@ -135,8 +135,10 @@ return array(
'tablets' => false,
'viewport' => 'width=device-width, initial-scale=1.0, user-scalable=yes',
),
'namespaces' => [],
'prefixes' => [],
'namespaces' => [
'mapping' => [],
'regexp' => '',
],
'use_rewrite' => true,
'use_sso' => false,
'other' => array(),