add informations field

This commit is contained in:
isUnknown 2024-10-31 17:51:10 +01:00
parent 602acd8c75
commit bf2f0d3a65
3 changed files with 17 additions and 1 deletions

View file

@ -166,6 +166,9 @@ tabs:
type: writer
description:
type: writer
informations:
type: textarea
- width: 1/1
fields:
production:

View file

@ -28,6 +28,7 @@
<h3 class="h2 presentation__authors"><?= $page->authors() ?></h3>
<div class="presentation__chapo"><?= $page->chapo() ?></div>
<div class="presentation__description"><?= $page->description() ?></div>
<div class="presentation__informations"><?= $page->informations()->kti() ?></div>
</div>
</section>