12345678910111213141516171819202122232425262728293031323334 |
- label: Archive
- description: 'All content, by month.'
- display:
- default:
- display_title: Master
- display_options:
- title: 'Monthly archive'
- exposed_form:
- options:
- submit_button: Apply
- reset_button_label: Reset
- exposed_sorts_label: 'Sort by'
- sort_asc_label: Asc
- sort_desc_label: Desc
- pager:
- options:
- expose:
- items_per_page_label: 'Items per page'
- items_per_page_options_all_label: '- All -'
- offset_label: Offset
- tags:
- previous: ‹‹
- next: ››
- arguments:
- created_year_month:
- title: '{{ arguments.created_year_month }}'
- block_1:
- display_title: Block
- display_options:
- arguments:
- created_year_month:
- title: '{{ arguments.created_year_month }}'
- page_1:
- display_title: Page
|