1234567891011121314151617181920212223242526272829303132333435 |
- title: Section offres
- '@extends': default
- form:
- fields:
- tabs:
- fields:
- content:
- fields:
- header.media_order:
- label: Page Media (first one will be displayed next to your content)
- header.section-offres:
- type: fieldset
- title: Offres
- underline: true
- fields:
- header.list:
- name: type d'offres
- type: list
- style: vertical
- btnLabel: "Ajouter une offres"
- fields:
- .section-thumbnail:
- type: section
- title: Information
- underline: true
- .title:
- type: text
- label: Titre
- .img_thumb:
- type: filepicker
- folder: '@self'
- preview_images: true
- label: Select a file
|