/home/techb158/immovalet.com/vendor/botble/theme/config
Edit: /home/techb158/immovalet.com/vendor/botble/theme/config/permissions.php (915B)
'Appearance',
'flag' => 'core.appearance',
],
[
'name' => 'Theme',
'flag' => 'theme.index',
'parent_flag' => 'core.appearance',
],
[
'name' => 'Activate',
'flag' => 'theme.activate',
'parent_flag' => 'theme.index',
],
[
'name' => 'Remove',
'flag' => 'theme.remove',
'parent_flag' => 'theme.index',
],
[
'name' => 'Theme options',
'flag' => 'theme.options',
'parent_flag' => 'core.appearance',
],
[
'name' => 'Custom CSS',
'flag' => 'theme.custom-css',
'parent_flag' => 'core.appearance',
],
[
'name' => 'Custom JS',
'flag' => 'theme.custom-js',
'parent_flag' => 'core.appearance',
],
];