This commit is contained in:
15
plugins/addon/theme_configurator/auth.php
Normal file
15
plugins/addon/theme_configurator/auth.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user