123456789101112131415161718192021222324252627282930313233343536 |
- title: Personnes
- '@extends': default
- form:
- fields:
- tabs:
- fields:
- features:
- type: tab
- title: Personnes
- fields:
- header.class:
- type: select
- label: Layout
- default: small
- size: medium
- header.personnes:
- name: features
- type: list
- label: Personnes
- fields:
- .nom:
- type: text
- label: Nom
- .fonction:
- type: text
- label: Fonction
- .biographie:
- type: markdown
- label: Biographie
- .portrait:
- type: file
- label: Portrait
|