22 lines
420 B
INI
22 lines
420 B
INI
|
[block]
|
||
|
name = generic-header
|
||
|
|
||
|
[fields.headers]
|
||
|
label = headers
|
||
|
type = strings
|
||
|
|
||
|
[fields.primary_color]
|
||
|
name = Landing Page Primary Color
|
||
|
label = primary_color
|
||
|
type = select
|
||
|
choices = blue, black, red, green
|
||
|
choice_labels = Blue, Black, Red, Green
|
||
|
default = blue
|
||
|
|
||
|
[fields.header_color]
|
||
|
name = Header Color
|
||
|
label = header_color
|
||
|
type = select
|
||
|
choices = text-light, text-dark
|
||
|
choice_labels = light, dark
|
||
|
default = text-light
|