fix linear body
This commit is contained in:
parent
be447667cc
commit
23153263a0
2 changed files with 6 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ tabs:
|
||||||
paramsTab:
|
paramsTab:
|
||||||
label: Paramètres
|
label: Paramètres
|
||||||
fields:
|
fields:
|
||||||
htmlMode:
|
isHtmlMode:
|
||||||
label: Mode HTML
|
label: Mode HTML
|
||||||
type: toggle
|
type: toggle
|
||||||
width: 1/3
|
width: 1/3
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,11 @@
|
||||||
<?= $page->chapo() ?>
|
<?= $page->chapo() ?>
|
||||||
</div>
|
</div>
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<?= $page->htmlBody()->kt() ?>
|
<?php if ($page->isHtmlMode()): ?>
|
||||||
|
<?= $page->htmlBody()->kt() ?>
|
||||||
|
<?php else: ?>
|
||||||
|
<?= $page->body() ?>
|
||||||
|
<?php endif ?>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue