Disable 'Related Content' block on person nodes

Ref #110
This commit is contained in:
benjamin melançon 2018-12-27 01:15:15 -05:00
parent 7e01653874
commit daf6232be7

View file

@ -6,6 +6,7 @@ dependencies:
- views.view.related_content
module:
- block_visibility_groups
- ctools
- views
theme:
- agarica
@ -31,3 +32,10 @@ visibility:
negate: false
block_visibility_group: ''
context_mapping: { }
'entity_bundle:node':
id: 'entity_bundle:node'
bundles:
people: people
negate: true
context_mapping:
node: '@node.node_route_context:node'