This commit is contained in:
17
plugins/addon/theme_configurator/sidebar.php
Normal file
17
plugins/addon/theme_configurator/sidebar.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
return [
|
||||
[
|
||||
'name' => 'nav_plugin_addon_theme_configurator',
|
||||
'url' => '',
|
||||
'icon' => 'dashboard',
|
||||
'in' => '',
|
||||
'child' => [
|
||||
[
|
||||
'name' => 'nav_plugin_addon_theme_configurator',
|
||||
'url' => 'index',
|
||||
'in' => '',
|
||||
'icon' => 'setting',
|
||||
],
|
||||
],
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user