Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
langcode: en
status: true
dependencies:
module:
- user
id: user.contacts_dashboard_row
label: 'Contacts dashboard row'
targetEntityType: user
cache: true
2 changes: 1 addition & 1 deletion config/install/page_manager.page.contacts_dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ id: contacts_dashboard
label: 'Contacts Dashboard'
description: null
use_admin_theme: true
path: '/admin/contacts'
path: /admin/contacts
access_logic: and
access_conditions:
admin_user_condition:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,6 @@ label: 'Contacts Dashboard - Contact'
variant: panels_variant
variant_settings:
blocks:
7c36ff39-3877-4db4-bc62-c6fb1388044e:
id: custom_text
label: 'Back to search'
provider: contacts
label_display: '0'
text: '<a href="/admin/contacts" class="button">Back to search</a>'
region: left
weight: -10
uuid: 7c36ff39-3877-4db4-bc62-c6fb1388044e
context_mapping: { }
ecd0d505-c665-4e76-830e-a6bb9ff91afc:
id: 'views_block:contacts_dashboard_indexed-simple'
label: ''
Expand All @@ -33,7 +23,7 @@ variant_settings:
items_per_page: none
exposed: { }
region: left
weight: -9
weight: -2
uuid: ecd0d505-c665-4e76-830e-a6bb9ff91afc
context_mapping: { }
659d4b6a-ca77-4e4a-a742-69fb23276995:
Expand Down Expand Up @@ -74,7 +64,7 @@ variant_settings:
label_display: '0'
title: '[user:display-name]'
region: header
weight: 0
weight: -10
uuid: b1606cd6-76f3-4299-910d-79ad68b08223
context_mapping: { }
d0612f8c-f829-405e-96b8-8e0bcc03018d:
Expand All @@ -95,6 +85,15 @@ variant_settings:
weight: -1
uuid: 4ffd41af-55d0-447e-8f50-19de97be6051
context_mapping: { }
10589b20-3baa-41f2-93e4-c6d2c9b82bde:
id: contacts_back
label: 'Back to search'
provider: contacts
label_display: '0'
region: left
weight: -4
uuid: 10589b20-3baa-41f2-93e4-c6d2c9b82bde
context_mapping: { }
id: panels_variant
uuid: 1b3702e1-e046-4560-b148-726eeb34f497
label: null
Expand Down
Loading