Update the recent content view to not include pages etc.
This commit is contained in:
parent
22545cc66e
commit
4726bbe62e
1 changed files with 48 additions and 0 deletions
|
@ -2,6 +2,11 @@ uuid: ca2596da-f5f0-466e-8ba1-5b17588c5bfe
|
||||||
langcode: en
|
langcode: en
|
||||||
status: true
|
status: true
|
||||||
dependencies:
|
dependencies:
|
||||||
|
config:
|
||||||
|
- node.type.article
|
||||||
|
- node.type.blog
|
||||||
|
- node.type.collection
|
||||||
|
- node.type.gleaning
|
||||||
module:
|
module:
|
||||||
- node
|
- node
|
||||||
- user
|
- user
|
||||||
|
@ -178,6 +183,49 @@ display:
|
||||||
entity_type: node
|
entity_type: node
|
||||||
entity_field: langcode
|
entity_field: langcode
|
||||||
plugin_id: language
|
plugin_id: language
|
||||||
|
type:
|
||||||
|
id: type
|
||||||
|
table: node_field_data
|
||||||
|
field: type
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: in
|
||||||
|
value:
|
||||||
|
article: article
|
||||||
|
blog: blog
|
||||||
|
collection: collection
|
||||||
|
gleaning: gleaning
|
||||||
|
group: 1
|
||||||
|
exposed: false
|
||||||
|
expose:
|
||||||
|
operator_id: ''
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: ''
|
||||||
|
identifier: ''
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
reduce: false
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: false
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
entity_type: node
|
||||||
|
entity_field: type
|
||||||
|
plugin_id: bundle
|
||||||
sorts:
|
sorts:
|
||||||
changed:
|
changed:
|
||||||
id: changed
|
id: changed
|
||||||
|
|
Loading…
Add table
Reference in a new issue