mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
Use associative array to store custom namespaces
This commit is contained in:
parent
911772393a
commit
a7954506f6
5 changed files with 22 additions and 22 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue