Place 'content by author' in only place that it seems to work
Ref agaric/sites/geo#40
This commit is contained in:
parent
d788cf6ae4
commit
7edb3c53a6
7 changed files with 45 additions and 6 deletions
|
@ -11,7 +11,7 @@ _core:
|
||||||
id: geofresco_content
|
id: geofresco_content
|
||||||
theme: geofresco
|
theme: geofresco
|
||||||
region: content
|
region: content
|
||||||
weight: -8
|
weight: -9
|
||||||
provider: null
|
provider: null
|
||||||
plugin: system_main_block
|
plugin: system_main_block
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -9,7 +9,7 @@ _core:
|
||||||
id: geofresco_local_actions
|
id: geofresco_local_actions
|
||||||
theme: geofresco
|
theme: geofresco
|
||||||
region: content
|
region: content
|
||||||
weight: -9
|
weight: -10
|
||||||
provider: null
|
provider: null
|
||||||
plugin: local_actions_block
|
plugin: local_actions_block
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -0,0 +1,39 @@
|
||||||
|
uuid: 451af5c3-b1a7-43a9-80ce-64629a3f38db
|
||||||
|
langcode: en
|
||||||
|
status: true
|
||||||
|
dependencies:
|
||||||
|
config:
|
||||||
|
- views.view.content_by_author
|
||||||
|
module:
|
||||||
|
- block_visibility_groups
|
||||||
|
- ctools
|
||||||
|
- views
|
||||||
|
theme:
|
||||||
|
- geofresco
|
||||||
|
id: views_block__content_by_author_block_author
|
||||||
|
theme: geofresco
|
||||||
|
region: content
|
||||||
|
weight: -4
|
||||||
|
provider: null
|
||||||
|
plugin: 'views_block:content_by_author-block_author'
|
||||||
|
settings:
|
||||||
|
id: 'views_block:content_by_author-block_author'
|
||||||
|
label: ''
|
||||||
|
provider: views
|
||||||
|
label_display: visible
|
||||||
|
views_label: ''
|
||||||
|
items_per_page: '40'
|
||||||
|
context_mapping: { }
|
||||||
|
visibility:
|
||||||
|
condition_group:
|
||||||
|
id: condition_group
|
||||||
|
negate: false
|
||||||
|
block_visibility_group: ''
|
||||||
|
context_mapping: { }
|
||||||
|
'entity_bundle:node':
|
||||||
|
id: 'entity_bundle:node'
|
||||||
|
bundles:
|
||||||
|
people: people
|
||||||
|
negate: false
|
||||||
|
context_mapping:
|
||||||
|
node: '@node.node_route_context:node'
|
|
@ -13,7 +13,7 @@ dependencies:
|
||||||
id: views_block__home_page_views_block_articles
|
id: views_block__home_page_views_block_articles
|
||||||
theme: geofresco
|
theme: geofresco
|
||||||
region: content
|
region: content
|
||||||
weight: -7
|
weight: -8
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'views_block:home_page_views-block_articles'
|
plugin: 'views_block:home_page_views-block_articles'
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -13,7 +13,7 @@ dependencies:
|
||||||
id: views_block__home_page_views_block_blogs
|
id: views_block__home_page_views_block_blogs
|
||||||
theme: geofresco
|
theme: geofresco
|
||||||
region: content
|
region: content
|
||||||
weight: -6
|
weight: -7
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'views_block:home_page_views-block_blogs'
|
plugin: 'views_block:home_page_views-block_blogs'
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -13,7 +13,7 @@ dependencies:
|
||||||
id: views_block__home_page_views_block_collections
|
id: views_block__home_page_views_block_collections
|
||||||
theme: geofresco
|
theme: geofresco
|
||||||
region: content
|
region: content
|
||||||
weight: -5
|
weight: -6
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'views_block:home_page_views-block_collections'
|
plugin: 'views_block:home_page_views-block_collections'
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -13,7 +13,7 @@ dependencies:
|
||||||
id: views_block__home_page_views_block_gleanings
|
id: views_block__home_page_views_block_gleanings
|
||||||
theme: geofresco
|
theme: geofresco
|
||||||
region: content
|
region: content
|
||||||
weight: -4
|
weight: -5
|
||||||
provider: null
|
provider: null
|
||||||
plugin: 'views_block:home_page_views-block_gleanings'
|
plugin: 'views_block:home_page_views-block_gleanings'
|
||||||
settings:
|
settings:
|
||||||
|
|
Loading…
Add table
Reference in a new issue