26 lines
482 B
YAML
26 lines
482 B
YAML
name: field.blocks.text.name
|
|
icon: text
|
|
wysiwyg: true
|
|
preview: text
|
|
fields:
|
|
text:
|
|
label: Texte
|
|
type: writer
|
|
placeholder: field.blocks.text.placeholder
|
|
leftMargin:
|
|
label: ⇥ Marge gauche
|
|
type: radio
|
|
columns: 4
|
|
default: false
|
|
width: 3/4
|
|
options:
|
|
false: Aucune
|
|
small: Petite
|
|
medium: Moyenne
|
|
large: Grande
|
|
isBig:
|
|
label: Grand
|
|
type: toggle
|
|
default: false
|
|
width: 1/4
|
|
help: Augmente la taille du texte
|