12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- title: Section packs
- '@extends': default
- form:
- fields:
- tabs:
- fields:
- content:
- fields:
- header.media_order:
- label: Page Media (first one will be displayed next to your content)
- header.sections:
- type: fieldset
- title: Nos packs
- fields:
- header.list_packs:
- name: Les packs
- type: list
- style: vertical
- btnLabel: "Ajouter un pack"
- fields:
- .section-pack:
- type: section
- title: Pack
- .section-thumb:
- type: fieldset
- title: Information
- underline: true
- fields:
- .title:
- type: text
- label: Titre
- .sous_title:
- type: text
- label: Texte de présentation
- .img_thumb:
- type: filepicker
- folder: '@self'
- preview_images: true
- label: image background
- .section-more:
- type: fieldset
- title: En savoir plus
- underline: true
- fields:
- .titre:
- label: Titre
- type: textarea
- .txt_color:
- label: Texte en couleur
- type: textarea
- .txt_black:
- label: Text en noir
- type: textarea
- .imb_background:
- type: filepicker
- folder: '@self'
- preview_images: true
- label: image background
- .section-button:
- type: fieldset
- title: Brochure
- underline: true
- fields:
- .btn_txt:
- type: text
- label: Texte boutton
- .btn_url:
- type: filepicker
- folder: '@self'
- preview_images: true
- label: Selectionner le document
|