More fiddling with the hats and contact details view blocks.
This commit is contained in:
parent
6e85b82b2d
commit
607941c725
@ -1,5 +1,5 @@
|
||||
langcode: en
|
||||
status: true
|
||||
status: false
|
||||
dependencies:
|
||||
module:
|
||||
- system
|
||||
@ -9,7 +9,7 @@ dependencies:
|
||||
id: hatcreator
|
||||
theme: bartik
|
||||
region: sidebar_second
|
||||
weight: -8
|
||||
weight: -6
|
||||
provider: null
|
||||
plugin: hat_creator
|
||||
settings:
|
||||
|
@ -10,8 +10,8 @@ dependencies:
|
||||
- bartik
|
||||
id: views_block__this_person_s_contact_details_block_1
|
||||
theme: bartik
|
||||
region: content
|
||||
weight: 0
|
||||
region: sidebar_second
|
||||
weight: -7
|
||||
provider: null
|
||||
plugin: 'views_block:this_person_s_contact_details-block_1'
|
||||
settings:
|
||||
|
@ -10,8 +10,8 @@ dependencies:
|
||||
- bartik
|
||||
id: views_block__this_person_s_hats_block_1
|
||||
theme: bartik
|
||||
region: content
|
||||
weight: -2
|
||||
region: sidebar_second
|
||||
weight: -8
|
||||
provider: null
|
||||
plugin: 'views_block:this_person_s_hats-block_1'
|
||||
settings:
|
||||
|
@ -4,7 +4,7 @@ dependencies:
|
||||
module:
|
||||
- zencrm_entities
|
||||
id: this_person_s_contact_details
|
||||
label: 'This Person''s Contact Details'
|
||||
label: 'Contact Details'
|
||||
module: views
|
||||
description: ''
|
||||
tag: ''
|
||||
@ -224,7 +224,7 @@ display:
|
||||
plugin_id: custom
|
||||
filters: { }
|
||||
sorts: { }
|
||||
title: 'This Person''s Contact Details'
|
||||
title: 'Contact Details'
|
||||
header: { }
|
||||
footer:
|
||||
area_text_custom:
|
||||
@ -234,7 +234,7 @@ display:
|
||||
relationship: none
|
||||
group_type: group
|
||||
admin_label: ''
|
||||
empty: false
|
||||
empty: true
|
||||
tokenize: true
|
||||
content: '<div class="content"><p><a class=''use-ajax'' data-dialog-type=''modal'' href=''/zencrm/contact_details/add/{{ raw_arguments.person }}?destination=/zencrm/person/{{ raw_arguments.person }}''>Add a set of contact details</a></p></div>'
|
||||
plugin_id: text_custom
|
||||
|
@ -6,7 +6,7 @@ dependencies:
|
||||
module:
|
||||
- zencrm_entities
|
||||
id: this_person_s_hats
|
||||
label: 'This Person''s Hats'
|
||||
label: Hats
|
||||
module: views
|
||||
description: ''
|
||||
tag: ''
|
||||
@ -286,10 +286,9 @@ display:
|
||||
plugin_id: custom
|
||||
filters: { }
|
||||
sorts: { }
|
||||
title: 'This Person''s Hats'
|
||||
title: Hats
|
||||
header: { }
|
||||
footer: { }
|
||||
empty:
|
||||
footer:
|
||||
entity_block:
|
||||
id: entity_block
|
||||
table: views
|
||||
@ -301,8 +300,9 @@ display:
|
||||
tokenize: true
|
||||
target: hatcreator
|
||||
view_mode: default
|
||||
bypass_access: false
|
||||
bypass_access: true
|
||||
plugin_id: entity
|
||||
empty: { }
|
||||
relationships: { }
|
||||
arguments:
|
||||
person:
|
||||
|
Reference in New Issue
Block a user