aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMantas Vilčinskas <11616378+mistermantas@users.noreply.github.com>2020-02-29 19:13:41 +0200
committerGitHub <noreply@github.com>2020-02-29 19:13:41 +0200
commitbe7208f99ef75d1ca01c7c17481e6b7bb2955410 (patch)
tree6cade4ae8f564783a6d9bf264c7da78fce0b7047 /static
parentf55cffc137c01ccf1543d0b956d64c428be78405 (diff)
parent1316c50e547f99f8ae6629342be3d1fc9302f4b7 (diff)
#93 - cState v4.1
Diffstat (limited to 'static')
-rw-r--r--static/admin/config.yml9
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'