23 lines
363 B
YAML
23 lines
363 B
YAML
name: Titre
|
|
icon: title
|
|
wysiwyg: true
|
|
preview: heading
|
|
fields:
|
|
level:
|
|
label: Niveau
|
|
type: toggles
|
|
empty: false
|
|
default: "h4"
|
|
labels: false
|
|
options:
|
|
- value: h4
|
|
icon: h4
|
|
text: H4
|
|
- value: h5
|
|
icon: h5
|
|
text: H5
|
|
text:
|
|
label: Texte
|
|
type: writer
|
|
inline: true
|
|
placeholder: Titre…
|