consistancy isHtmlMode
This commit is contained in:
parent
23153263a0
commit
7f4eb816c1
1 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ tabs:
|
||||||
body:
|
body:
|
||||||
extends: fields/body
|
extends: fields/body
|
||||||
when:
|
when:
|
||||||
htmlMode: false
|
isHtmlMode: false
|
||||||
htmlBody:
|
htmlBody:
|
||||||
label: Corps
|
label: Corps
|
||||||
type: textarea
|
type: textarea
|
||||||
|
|
@ -39,7 +39,7 @@ tabs:
|
||||||
- italic
|
- italic
|
||||||
- link
|
- link
|
||||||
when:
|
when:
|
||||||
htmlMode: true
|
isHtmlMode: true
|
||||||
|
|
||||||
paramsTab:
|
paramsTab:
|
||||||
label: Paramètres
|
label: Paramètres
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue