mobile : center text button. homogenize close / open nav btns
This commit is contained in:
parent
455801a0d2
commit
6c245966e1
9 changed files with 92 additions and 64 deletions
|
|
@ -18,6 +18,17 @@ tabs:
|
|||
fullWidth:
|
||||
label: Pleine largeur
|
||||
type: toggle
|
||||
subtitle:
|
||||
label: Sous-titre
|
||||
type: writer
|
||||
help: optionnel
|
||||
marks:
|
||||
- italic
|
||||
node: false
|
||||
chapo:
|
||||
label: Chapo
|
||||
extends: fields/body
|
||||
help: optionnel
|
||||
body:
|
||||
label: Corps
|
||||
type: layout
|
||||
|
|
@ -31,4 +42,5 @@ tabs:
|
|||
- image
|
||||
- line
|
||||
- quote
|
||||
|
||||
metaTab: tabs/meta
|
||||
|
|
|
|||
|
|
@ -41,19 +41,6 @@ tabs:
|
|||
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
|
||||
paramsTab: tabs/params
|
||||
|
||||
metaTab: tabs/meta
|
||||
|
|
|
|||
13
site/blueprints/tabs/params.yml
Normal file
13
site/blueprints/tabs/params.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue