mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
set default theme template
This commit is contained in:
parent
c96a66df80
commit
e3798f70dd
@ -1,7 +1,5 @@
|
||||
<?php
|
||||
|
||||
use Visiosoft\CatsModule\Category\CategoryModel;
|
||||
|
||||
return [
|
||||
'meta_tags' => [
|
||||
'type' => 'anomaly.field_type.tags',
|
||||
@ -12,7 +10,7 @@ return [
|
||||
'template' => [
|
||||
'type' => 'anomaly.field_type.select',
|
||||
'config' => [
|
||||
'default_value' => 's',
|
||||
'default_value' => 'default',
|
||||
'options' => [
|
||||
'default' => 'Default',
|
||||
's' => 'S-Type',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user