This commit is contained in:
parent
e7da4d77b5
commit
20bdf428e4
25 changed files with 648 additions and 88 deletions
23
site/blueprints/blocks/heading-sub.yml
Normal file
23
site/blueprints/blocks/heading-sub.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
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…
|
||||
Loading…
Add table
Add a link
Reference in a new issue