<?php
/**
* Массив опций и свойств шаблона
*/
return [
// Наследование от шаблона
'inherit' => ['modern'],
'title' => 'CoreUI',
// Авторство
'author' => [
'name' => 'InstantCMS Team',
'url' => 'https://instantcms.ru'
],
// Свойства шаблона
'properties' => [
'has_options' => false,
'has_profile_themes_support' => false,
'is_dynamic_layout' => false,
'is_backend' => true,
'is_frontend' => false
]
];