beeware.github.io/flowblocks/button-block.ini
2017-07-24 23:16:54 -05:00

39 lines
No EOL
722 B
INI

[block]
name = Button Block
button_label = Button Block
[fields.label]
label = Button Label
type = string
[fields.link]
label = Button link
type = string
[fields.icon]
label = Button icon
type = select
choices = code-fork, envelope
choice_labels = Code fork, Envelope
width = 1/4
[fields.type]
label = Button type
type = select
choices = default, primary, success, info, warning, danger, link
choice_labels = Default, Primary, Success, Info, Warning, Danger, Link
default = Default
width = 1/4
[fields.size]
label = Button size
type = select
choices = lg, md, sm, xs
choice_labels = Large, Medium, Small, Extra small
default = Large
width = 1/4
[fields.is_block]
label = Is a block button?
type = boolean
width = 1/4