diff options
author | Mantas Vilčinskas <11616378+mistermantas@users.noreply.github.com> | 2020-02-29 19:13:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 19:13:41 +0200 |
commit | be7208f99ef75d1ca01c7c17481e6b7bb2955410 (patch) | |
tree | 6cade4ae8f564783a6d9bf264c7da78fce0b7047 /static/admin | |
parent | f55cffc137c01ccf1543d0b956d64c428be78405 (diff) | |
parent | 1316c50e547f99f8ae6629342be3d1fc9302f4b7 (diff) |
#93 - cState v4.1
Diffstat (limited to 'static/admin')
-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' |