diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2020-05-18 21:25:56 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 21:25:56 +0300 |
commit | 409e777860f309c3bcff850b52654ac9e00692b9 (patch) | |
tree | 984f08b66ea2362380644555dba529fae6801091 /static | |
parent | ab704222e301254fa7a6a8a062d98b923975f9dc (diff) | |
parent | 87e0056f797386700144953f0a4fd721d42f30cc (diff) |
#110 - Add enablecustomhtml to Netlify CMS
Diffstat (limited to 'static')
-rw-r--r-- | static/admin/config.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index 98a6059..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' |