| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- title: Home
- extends@: default
- form:
- fields:
- tabs:
- fields:
- content:
- fields:
- header.media_order:
- ordering@: 4
- header.media_thumbnail:
- ordering@: 2
- columns:
- type: columns
- fields:
- column1:
- type: column
- fields:
- header.activate_top:
- type: toggle
- label: Afficher "A la Une"
- size: medium
- style: vertical
- highlight: 0
- default: 0
- options:
- 1: 'Oui'
- 0: 'Non'
- validate:
- type: bool
- column2:
- type: column
- fields:
- header.top:
- type: pages
- size: medium
- style: vertical
- classes: fancy
- label: Page à afficher
- start_route: '/actualites/'
- show_all: false
- show_modular: false
- show_root: false
- help: PLUGIN_ADMIN.HOME_PAGE_HELP
- # header.info_tel:
- # type: text
- # label: Telephone
- # header.info_addr:
- # type: text
- # label: Adresse
|