Current Directory: /home/astoriaah/www/templates/yootheme-BK/vendor/yootheme/theme/modules/layout
Viewing File: /home/astoriaah/www/templates/yootheme-BK/vendor/yootheme/theme/modules/layout/index.php
<?php
return [
'name' => 'yootheme/layout',
'inject' => [
'scripts' => 'app.scripts',
],
'events' => [
'theme.init' => function ($theme) {
// set defaults
$theme->merge($this->options['config']['defaults'], true);
},
'theme.admin' => function ($theme) {
// add script
$this->scripts->add('customizer-layout', "{$this->path}/app/layout.min.js", 'customizer');
}
],
'config' => [
'section' => [
'title' => 'Layout',
'priority' => 10
],
'fields' => [],
'defaults' => [
'menu' => [
'items' => [],
'positions' => [],
]
]
]
];