/home/techb158/immovalet.com/platform/packages/theme/config
NameSizeModeActions
general.php19380644editdlrm
permissions.php9150644editdlrm
Edit: /home/techb158/immovalet.com/platform/packages/theme/config/general.php (1938B)
'default', /* |-------------------------------------------------------------------------- | Layout Default |-------------------------------------------------------------------------- | | If you don't set a layout when using a "Theme" class the default layout | will replace automatically. | */ 'layoutDefault' => 'default', /* |-------------------------------------------------------------------------- | Path to lookup theme |-------------------------------------------------------------------------- | | The root path contains themes collections. | */ 'themeDir' => 'themes', /* |-------------------------------------------------------------------------- | A pieces of theme collections |-------------------------------------------------------------------------- | | Inside a theme path we need to set up directories to | keep "layouts", "assets" and "partials". | */ 'containerDir' => [ 'layout' => 'layouts', 'asset' => '', 'partial' => 'partials', 'view' => 'views', ], /* |-------------------------------------------------------------------------- | Listener from events |-------------------------------------------------------------------------- | | You can hook a theme when event fired on activities | this is cool feature to set up a title, meta, default styles and scripts. | */ 'events' => [], 'enable_custom_js' => env('CMS_THEME_ENABLE_CUSTOM_JS', true), ];