20 lines
395 B
YAML
20 lines
395 B
YAML
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: h3
|
|
icon: h3
|
|
text: H3
|
|
text:
|
|
label: field.blocks.heading.text
|
|
type: writer
|
|
inline: true
|
|
placeholder: field.blocks.heading.placeholder
|