OK; this view works for UIDs, now to try to make it work for usernames
Generating path aliases for all these seems ill-advised, many won't have data, so why create the path?
This commit is contained in:
parent
ada214a995
commit
dde3acee3c
1 changed files with 16 additions and 26 deletions
|
@ -226,24 +226,30 @@ display:
|
||||||
position: 3
|
position: 3
|
||||||
display_options:
|
display_options:
|
||||||
display_extenders: { }
|
display_extenders: { }
|
||||||
|
path: blogs/%
|
||||||
|
display_description: 'Blog posts listings for each user.'
|
||||||
|
relationships: { }
|
||||||
|
defaults:
|
||||||
|
relationships: false
|
||||||
|
arguments: false
|
||||||
arguments:
|
arguments:
|
||||||
uid:
|
uid:
|
||||||
id: uid
|
id: uid
|
||||||
table: users_field_data
|
table: node_field_data
|
||||||
field: uid
|
field: uid
|
||||||
relationship: uid
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: 'author'
|
admin_label: ''
|
||||||
default_action: 'not found'
|
default_action: default
|
||||||
exception:
|
exception:
|
||||||
value: all
|
value: all
|
||||||
title_enable: false
|
title_enable: false
|
||||||
title: All
|
title: All
|
||||||
title_enable: true
|
title_enable: false
|
||||||
title: '{{ arguments.uid }}''s blog'
|
title: ''
|
||||||
default_argument_type: fixed
|
default_argument_type: user
|
||||||
default_argument_options:
|
default_argument_options:
|
||||||
argument: ''
|
user: false
|
||||||
default_argument_skip_url: false
|
default_argument_skip_url: false
|
||||||
summary_options:
|
summary_options:
|
||||||
base_path: ''
|
base_path: ''
|
||||||
|
@ -261,25 +267,9 @@ display:
|
||||||
validate_options: { }
|
validate_options: { }
|
||||||
break_phrase: false
|
break_phrase: false
|
||||||
not: false
|
not: false
|
||||||
entity_type: user
|
entity_type: node
|
||||||
entity_field: uid
|
entity_field: uid
|
||||||
plugin_id: user_uid
|
plugin_id: numeric
|
||||||
defaults:
|
|
||||||
arguments: false
|
|
||||||
relationships: false
|
|
||||||
relationships:
|
|
||||||
id: uid
|
|
||||||
table: node_field_data
|
|
||||||
field: uid
|
|
||||||
relationship: none
|
|
||||||
group_type: group
|
|
||||||
admin_label: author
|
|
||||||
required: false
|
|
||||||
entity_type: node
|
|
||||||
entity_field: uid
|
|
||||||
plugin_id: standard
|
|
||||||
path: blogs/%
|
|
||||||
display_description: 'Blog posts listings for each user.'
|
|
||||||
cache_metadata:
|
cache_metadata:
|
||||||
max-age: -1
|
max-age: -1
|
||||||
contexts:
|
contexts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue