16 lines
433 B
PHP
16 lines
433 B
PHP
<?php
|
|
return [
|
|
[
|
|
'title' => 'auth_plugin_addon_theme_configurator',
|
|
'url' => 'theme_config',
|
|
'child' => [
|
|
[
|
|
'title' => 'auth_plugin_addon_theme_configurator_save',
|
|
'url' => '',
|
|
'auth_rule' => 'ThemeController::save',
|
|
'auth_rule_title' => 'auth_plugin_addon_theme_configurator_save',
|
|
],
|
|
],
|
|
],
|
|
];
|