<?php /** * Массив опций и свойств шаблона */ return [ 'title' => 'Default', // Авторство 'author' => [ 'name' => 'InstantCMS Team', 'url' => 'https://instantcms.ru', 'help' => 'https://docs.instantcms.ru/manual/settings/templates' ], // Свойства шаблона 'properties' => [ 'has_options' => true, 'has_profile_themes_support' => true, 'has_profile_themes_options' => true, 'is_dynamic_layout' => false, 'is_backend' => false, 'is_frontend' => true ] ];