You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
655 B
36 lines
655 B
2 months ago
|
name: field.blocks.heading.name
|
||
|
icon: title
|
||
|
wysiwyg: true
|
||
|
preview: heading
|
||
|
fields:
|
||
|
level:
|
||
|
label: field.blocks.heading.level
|
||
|
type: toggles
|
||
|
empty: false
|
||
|
default: "h2"
|
||
|
labels: false
|
||
|
options:
|
||
|
- value: h1
|
||
|
icon: h1
|
||
|
text: H1
|
||
|
- value: h2
|
||
|
icon: h2
|
||
|
text: H2
|
||
|
- value: h3
|
||
|
icon: h3
|
||
|
text: H3
|
||
|
- value: h4
|
||
|
icon: h4
|
||
|
text: H4
|
||
|
- value: h5
|
||
|
icon: h5
|
||
|
text: H5
|
||
|
- value: h6
|
||
|
icon: h6
|
||
|
text: H6
|
||
|
text:
|
||
|
label: field.blocks.heading.text
|
||
|
type: writer
|
||
|
inline: true
|
||
|
placeholder: field.blocks.heading.placeholder
|