set default theme template

This commit is contained in:
vedatakd 2019-07-24 09:46:31 +03:00
parent c96a66df80
commit e3798f70dd

View File

@ -1,7 +1,5 @@
<?php <?php
use Visiosoft\CatsModule\Category\CategoryModel;
return [ return [
'meta_tags' => [ 'meta_tags' => [
'type' => 'anomaly.field_type.tags', 'type' => 'anomaly.field_type.tags',
@ -12,7 +10,7 @@ return [
'template' => [ 'template' => [
'type' => 'anomaly.field_type.select', 'type' => 'anomaly.field_type.select',
'config' => [ 'config' => [
'default_value' => 's', 'default_value' => 'default',
'options' => [ 'options' => [
'default' => 'Default', 'default' => 'Default',
's' => 'S-Type', 's' => 'S-Type',