Generic header added
This commit is contained in:
parent
a6715099d5
commit
2b469a920e
6 changed files with 89 additions and 2 deletions
22
flowblocks/generic-header.ini
Normal file
22
flowblocks/generic-header.ini
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[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
|
||||
Loading…
Add table
Add a link
Reference in a new issue