add informations field
This commit is contained in:
parent
602acd8c75
commit
bf2f0d3a65
3 changed files with 17 additions and 1 deletions
|
|
@ -166,6 +166,9 @@ tabs:
|
|||
type: writer
|
||||
description:
|
||||
type: writer
|
||||
informations:
|
||||
type: textarea
|
||||
|
||||
- width: 1/1
|
||||
fields:
|
||||
production:
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue