Current Directory: /home/astoriaah/www/templates/yootheme-BK/vendor/yootheme/theme/modules/styler
Viewing File: /home/astoriaah/www/templates/yootheme-BK/vendor/yootheme/theme/modules/styler/index.php
<?php
return [
'name' => 'yootheme/styler',
'main' => 'YOOtheme\\Theme\\Styler',
'routes' => function ($routes) {
$routes->get('/theme/styles', 'YOOtheme\Theme\StyleController:index');
$routes->post('/theme/styles', 'YOOtheme\Theme\StyleController:save');
},
'config' => [
'section' => [
'title' => 'Style',
'width' => 350,
'priority' => 11
],
'fields' => [],
'defaults' => [
'less' => []
]
]
];