julienmonnerie/kirby/config/blocks/heading/heading.yml

36 lines
655 B
YAML
Raw Normal View History

2022-06-17 17:51:59 +02:00
name: field.blocks.heading.name
icon: title
wysiwyg: true
preview: heading
fields:
level:
label: field.blocks.heading.level
2025-04-21 18:57:21 +02:00
type: toggles
2022-06-17 17:51:59 +02:00
empty: false
default: "h2"
2025-04-21 18:57:21 +02:00
labels: false
2022-06-17 17:51:59 +02:00
options:
2025-04-21 18:57:21 +02:00
- 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
2022-06-17 17:51:59 +02:00
text:
label: field.blocks.heading.text
type: writer
inline: true
placeholder: field.blocks.heading.placeholder