26 lines
479 B
INI
26 lines
479 B
INI
[block]
|
|
name = generic-header
|
|
|
|
[fields.headers]
|
|
label = headers
|
|
type = strings
|
|
|
|
[fields.primary_color]
|
|
name = Landing Page Primary Color
|
|
label = primary_color
|
|
type = string
|
|
|
|
[fields.header_color]
|
|
name = Header Color
|
|
label = header_color
|
|
type = select
|
|
choices = text-light, text-dark
|
|
choice_labels = light, dark
|
|
default = text-light
|
|
|
|
[fields.nav_link_color]
|
|
name = Navigation Link Color
|
|
type = select
|
|
choices = navbar-light, navbar-dark
|
|
choice_labels = dark, light
|
|
default = dark
|