Skip to content

Commit 9da312f

Browse files
authored
Add author exposed filter to content dashboard (#476)
1 parent 06029a2 commit 9da312f

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

config/sync/views.view.content.yml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,60 @@ display:
697697
default_group: All
698698
default_group_multiple: { }
699699
group_items: { }
700+
uid:
701+
id: uid
702+
table: node_field_data
703+
field: uid
704+
relationship: none
705+
group_type: group
706+
admin_label: ''
707+
entity_type: node
708+
entity_field: uid
709+
plugin_id: user_name
710+
operator: in
711+
value: { }
712+
group: 1
713+
exposed: true
714+
expose:
715+
operator_id: uid_op
716+
label: 'Forfatter (autocomplete)'
717+
description: ''
718+
use_operator: false
719+
operator: uid_op
720+
operator_limit_selection: false
721+
operator_list: { }
722+
identifier: uid
723+
required: false
724+
remember: false
725+
multiple: false
726+
remember_roles:
727+
authenticated: authenticated
728+
anonymous: '0'
729+
administrator: '0'
730+
webmaster: '0'
731+
editor: '0'
732+
course_provider: '0'
733+
corporation: '0'
734+
institution: '0'
735+
school: '0'
736+
place_of_visit: '0'
737+
theater_contact: '0'
738+
monitor: '0'
739+
bypass_workflow: '0'
740+
rest_api: '0'
741+
reduce: false
742+
is_grouped: false
743+
group_info:
744+
label: ''
745+
description: ''
746+
identifier: ''
747+
optional: true
748+
widget: select
749+
multiple: false
750+
remember: false
751+
default_group: All
752+
default_group_multiple: { }
753+
group_items: { }
700754
type:
701755
id: type
702756
table: node_field_data

0 commit comments

Comments
 (0)