29 lines
453 B
YAML
29 lines
453 B
YAML
name: Insert (conclusion, hightlight, notes)
|
|
icon: text
|
|
preview: fields
|
|
fields:
|
|
title:
|
|
label: Titre
|
|
type: text
|
|
width: 2/3
|
|
level:
|
|
label: Niveau
|
|
type: select
|
|
default: h3
|
|
width: 1/3
|
|
options:
|
|
h3: H3
|
|
h4: H4
|
|
h5: H5
|
|
text:
|
|
type: writer
|
|
size: huge
|
|
marks:
|
|
- bold
|
|
- italic
|
|
- underline
|
|
- link
|
|
- strike
|
|
nodes:
|
|
- bulletList
|
|
placeholder: Texte d'insert...
|