aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-05-18 21:25:26 +0300
committerGitHub <noreply@github.com>2020-05-18 21:25:26 +0300
commit87e0056f797386700144953f0a4fd721d42f30cc (patch)
tree984f08b66ea2362380644555dba529fae6801091 /static
parent77afbe7c23d9ebbc8f2a404a2a66dfbed4956604 (diff)
Make a boolean
Diffstat (limited to 'static')
-rw-r--r--static/admin/config.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml
index 90a7fa6..2ab0db9 100644
--- a/static/admin/config.yml
+++ b/static/admin/config.yml
@@ -240,6 +240,11 @@ collections:
name: 'googleAnalytics'
widget: 'string'
default: 'UA-00000000-1'
+ # Enable Custom HTML
+ - label: 'Enable custom HTML'
+ name: 'enableCustomHTML'
+ widget: 'boolean'
+ default: 'false'
# REQUIRED BUT HIDDEN
- label: 'theme'
name: 'theme'
@@ -249,10 +254,6 @@ collections:
name: 'preserveTaxonomyNames'
widget: 'hidden'
default: 'true'
- - label: 'enableCustomHTML'
- name: 'enableCustomHTML'
- widget: 'hidden'
- default: 'false'
- label: "taxonomies"
name: taxonomies
widget: "hidden"