parent
7e01653874
commit
daf6232be7
1 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,7 @@ dependencies:
|
||||||
- views.view.related_content
|
- views.view.related_content
|
||||||
module:
|
module:
|
||||||
- block_visibility_groups
|
- block_visibility_groups
|
||||||
|
- ctools
|
||||||
- views
|
- views
|
||||||
theme:
|
theme:
|
||||||
- agarica
|
- agarica
|
||||||
|
@ -31,3 +32,10 @@ visibility:
|
||||||
negate: false
|
negate: false
|
||||||
block_visibility_group: ''
|
block_visibility_group: ''
|
||||||
context_mapping: { }
|
context_mapping: { }
|
||||||
|
'entity_bundle:node':
|
||||||
|
id: 'entity_bundle:node'
|
||||||
|
bundles:
|
||||||
|
people: people
|
||||||
|
negate: true
|
||||||
|
context_mapping:
|
||||||
|
node: '@node.node_route_context:node'
|
||||||
|
|
Loading…
Reference in a new issue