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
|
langcode: en
|
||||||
status: true
|
status: false
|
||||||
dependencies:
|
dependencies:
|
||||||
module:
|
module:
|
||||||
- system
|
- system
|
||||||
@ -9,7 +9,7 @@ dependencies:
|
|||||||
id: hatcreator
|
id: hatcreator
|
||||||
theme: bartik
|
theme: bartik
|
||||||
region: sidebar_second
|
region: sidebar_second
|
||||||
weight: -8
|
weight: -6
|
||||||
provider: null
|
provider: null
|
||||||
plugin: hat_creator
|
plugin: hat_creator
|
||||||
settings:
|
settings:
|
||||||
|
@ -10,8 +10,8 @@ dependencies:
|
|||||||
- bartik
|
- bartik
|
||||||
id: views_block__this_person_s_contact_details_block_1
|
id: views_block__this_person_s_contact_details_block_1
|
||||||
theme: bartik
|
theme: bartik
|
||||||
region: content
|
region: sidebar_second
|
||||||
weight: 0
|
weight: -7
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'views_block:this_person_s_contact_details-block_1'
|
plugin: 'views_block:this_person_s_contact_details-block_1'
|
||||||
settings:
|
settings:
|
||||||
|
@ -10,8 +10,8 @@ dependencies:
|
|||||||
- bartik
|
- bartik
|
||||||
id: views_block__this_person_s_hats_block_1
|
id: views_block__this_person_s_hats_block_1
|
||||||
theme: bartik
|
theme: bartik
|
||||||
region: content
|
region: sidebar_second
|
||||||
weight: -2
|
weight: -8
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'views_block:this_person_s_hats-block_1'
|
plugin: 'views_block:this_person_s_hats-block_1'
|
||||||
settings:
|
settings:
|
||||||
|
@ -4,7 +4,7 @@ dependencies:
|
|||||||
module:
|
module:
|
||||||
- zencrm_entities
|
- zencrm_entities
|
||||||
id: this_person_s_contact_details
|
id: this_person_s_contact_details
|
||||||
label: 'This Person''s Contact Details'
|
label: 'Contact Details'
|
||||||
module: views
|
module: views
|
||||||
description: ''
|
description: ''
|
||||||
tag: ''
|
tag: ''
|
||||||
@ -224,7 +224,7 @@ display:
|
|||||||
plugin_id: custom
|
plugin_id: custom
|
||||||
filters: { }
|
filters: { }
|
||||||
sorts: { }
|
sorts: { }
|
||||||
title: 'This Person''s Contact Details'
|
title: 'Contact Details'
|
||||||
header: { }
|
header: { }
|
||||||
footer:
|
footer:
|
||||||
area_text_custom:
|
area_text_custom:
|
||||||
@ -234,7 +234,7 @@ display:
|
|||||||
relationship: none
|
relationship: none
|
||||||
group_type: group
|
group_type: group
|
||||||
admin_label: ''
|
admin_label: ''
|
||||||
empty: false
|
empty: true
|
||||||
tokenize: 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>'
|
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
|
plugin_id: text_custom
|
||||||
|
@ -6,7 +6,7 @@ dependencies:
|
|||||||
module:
|
module:
|
||||||
- zencrm_entities
|
- zencrm_entities
|
||||||
id: this_person_s_hats
|
id: this_person_s_hats
|
||||||
label: 'This Person''s Hats'
|
label: Hats
|
||||||
module: views
|
module: views
|
||||||
description: ''
|
description: ''
|
||||||
tag: ''
|
tag: ''
|
||||||
@ -286,10 +286,9 @@ display:
|
|||||||
plugin_id: custom
|
plugin_id: custom
|
||||||
filters: { }
|
filters: { }
|
||||||
sorts: { }
|
sorts: { }
|
||||||
title: 'This Person''s Hats'
|
title: Hats
|
||||||
header: { }
|
header: { }
|
||||||
footer: { }
|
footer:
|
||||||
empty:
|
|
||||||
entity_block:
|
entity_block:
|
||||||
id: entity_block
|
id: entity_block
|
||||||
table: views
|
table: views
|
||||||
@ -301,8 +300,9 @@ display:
|
|||||||
tokenize: true
|
tokenize: true
|
||||||
target: hatcreator
|
target: hatcreator
|
||||||
view_mode: default
|
view_mode: default
|
||||||
bypass_access: false
|
bypass_access: true
|
||||||
plugin_id: entity
|
plugin_id: entity
|
||||||
|
empty: { }
|
||||||
relationships: { }
|
relationships: { }
|
||||||
arguments:
|
arguments:
|
||||||
person:
|
person:
|
||||||
|
Reference in New Issue
Block a user