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:
|
||||
label: Paramètres
|
||||
fields:
|
||||
htmlMode:
|
||||
isHtmlMode:
|
||||
label: Mode HTML
|
||||
type: toggle
|
||||
width: 1/3
|
||||
|
|
|
|||
|
|
@ -29,7 +29,11 @@
|
|||
<?= $page->chapo() ?>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
<?php if ($page->isHtmlMode()): ?>
|
||||
<?= $page->htmlBody()->kt() ?>
|
||||
<?php else: ?>
|
||||
<?= $page->body() ?>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
</article>
|
||||
</main>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue