mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
set default theme template
This commit is contained in:
parent
c96a66df80
commit
e3798f70dd
@ -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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user