12345678910111213141516171819202122232425262728293031323334 |
- label: Archiver
- description: 'Tous les contenus, triés par mois.'
- display:
- default:
- display_title: Maître
- display_options:
- title: 'Archive mensuelle'
- exposed_form:
- options:
- submit_button: Appliquer
- reset_button_label: Réinitialiser
- exposed_sorts_label: 'Trier par'
- sort_asc_label: Asc
- sort_desc_label: Desc
- pager:
- options:
- expose:
- items_per_page_label: 'Éléments par page'
- items_per_page_options_all_label: '- Tout -'
- offset_label: Décalage
- tags:
- previous: ‹‹
- next: ››
- arguments:
- created_year_month:
- title: '{{ arguments.created_year_month }}'
- block_1:
- display_title: Bloc
- display_options:
- arguments:
- created_year_month:
- title: '{{ arguments.created_year_month }}'
- page_1:
- display_title: Page
|