Skip to content
Snippets Groups Projects
Commit 9030174d authored by catch's avatar catch
Browse files

Issue #1818056 by Bojhan, OddJob, Gaelan: Reduce descriptions of default views.

parent 96fd5176
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -2,7 +2,7 @@ disabled: true
api_version: '3.0'
module: node
name: archive
description: 'Display a list of months that link to content for that month.'
description: 'A list of months that link to content for that month.'
tag: default
base_table: node
human_name: Archive
......
......@@ -2,7 +2,7 @@ disabled: true
api_version: '3.0'
module: search
name: backlinks
description: 'Displays a list of nodes that link to the node, using the search backlinks table.'
description: 'A list of other content items which have a link to the content item.'
tag: default
base_table: node
human_name: Backlinks
......
......@@ -2,7 +2,7 @@ disabled: true
api_version: '3.0'
module: comment
name: comments_recent
description: 'Contains a block and a page to list recent comments; the block will automatically link to the page, which displays the comment body as well as a link to the node.'
description: 'A block and a page with recent comments.'
tag: default
base_table: comment
human_name: 'Recent comments'
......
......@@ -2,7 +2,7 @@ disabled: true
api_version: '3.0'
module: taxonomy
name: taxonomy_term
description: 'A view to emulate Drupal core''s handling of taxonomy/term.'
description: 'Customize the default taxonomy/term display.'
tag: default
base_table: node
human_name: 'Taxonomy term'
......
......@@ -2,7 +2,7 @@ disabled: true
api_version: '3.0'
module: node
name: tracker
description: 'Shows all new activity on system.'
description: 'Shows all new activity on the system.'
tag: default
base_table: node
human_name: Tracker
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment