59 lines
1.2 KiB
YAML
59 lines
1.2 KiB
YAML
title: Linéaire
|
|
image:
|
|
back: black
|
|
color: white
|
|
icon: bars
|
|
create:
|
|
fields:
|
|
- category
|
|
|
|
tabs:
|
|
contentTab:
|
|
label: Contenu
|
|
sections:
|
|
bodySection:
|
|
label: Corps
|
|
type: fields
|
|
fields:
|
|
subtitle:
|
|
label: Sous-titre
|
|
type: writer
|
|
help: optionnel
|
|
marks:
|
|
- italic
|
|
node: false
|
|
chapo:
|
|
label: Chapo
|
|
extends: fields/body
|
|
help: optionnel
|
|
body:
|
|
extends: fields/body
|
|
when:
|
|
isHtmlMode: false
|
|
htmlBody:
|
|
label: Corps
|
|
type: textarea
|
|
buttons:
|
|
- headlines
|
|
- bold
|
|
- italic
|
|
- link
|
|
when:
|
|
isHtmlMode: true
|
|
|
|
paramsTab:
|
|
label: Paramètres
|
|
fields:
|
|
isHtmlMode:
|
|
label: Mode HTML
|
|
type: toggle
|
|
width: 1/3
|
|
help: |
|
|
Actif : le code HTML du corps sera exécuté.
|
|
additionnalCss:
|
|
label: CSS additionnel
|
|
type: code-editor
|
|
help: Le point de rupture mobile / ordinateur se situe à 640px.
|
|
width: 2/3
|
|
|
|
metaTab: tabs/meta
|