diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2020-01-03 18:29:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-03 18:29:16 +0200 |
commit | 19e27a5add7c8627bb291dd97d9785439d9504c1 (patch) | |
tree | ad7e2a02e888a92b57bfd77f9d73eb24daf171e2 | |
parent | 1fbc368d5180bea69ac9fe7ff64c27583190ab35 (diff) |
Add v4.0.1 bug fix to NCMS
-rw-r--r-- | static/admin/config.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/admin/config.yml b/static/admin/config.yml index ffff761..98a6059 100644 --- a/static/admin/config.yml +++ b/static/admin/config.yml @@ -147,6 +147,15 @@ collections: widget: 'string' hint: 'Default: 15:04 — Jan 2. Hugo formatting docs: https://gohugo.io/functions/format/#hugo-date-and-time-templating-reference' default: '15:04 — Jan 2' + # Design site title color toggle in v4.0.1 + - label: 'Site title text color' + hint: 'This is irrelevant, if you use a logo in your header. Docs: https://github.com/cstate/cstate/wiki/Customization#site-title-text-color-v401' + name: 'headerTextColor' + widget: 'select' + default: 'white' + options: + - { label: "Black", value: "black" } + - { label: "White", value: "white" } # Design toggles - label: 'Use large header design' name: 'useLargeHeaderDesign' |