This commit is contained in:
2026-01-24 10:44:29 -06:00
parent efd0d76f9b
commit 8797b7c96e
4 changed files with 6 additions and 73 deletions

View File

@@ -1,67 +0,0 @@
langcode: en
status: true
dependencies:
module:
- node
id: archive_by_year
label: 'Archive by year'
description: 'Lists all content for a given year.'
module: views
display:
page_1:
display_plugin: page
id: page_1
display_title: 'Archive by year'
position: 0
display_options:
path: 'archive-tree/%'
arguments:
created_year:
id: created_year
table: node_field_data
field: created
default_action: empty
exception: ''
title_enable: true
title: 'Archive for year %1'
default_argument_type: fixed
default_argument_options:
argument: ''
summary:
sort_order: asc
number_of_records: 0
format: default_summary
base_path: ''
count: true
limit: 0
plugin_id: date
date_format: 'Y'
granularity: year
filters:
status:
id: status
table: node_field_data
field: status
value: '1'
provider: node
fields:
title:
id: title
table: node_field_data
field: title
label: 'Title'
alter:
make_link: true
path: 'node/[nid]'
sort:
created:
id: created
table: node_field_data
field: created
order: DESC
pager:
type: some
options:
items_per_page: 20
style:
type: default