Apply a few config updates from live site
This commit is contained in:
parent
7831090033
commit
b447513c25
3 changed files with 17 additions and 6 deletions
|
@ -5,6 +5,7 @@ dependencies:
|
|||
config:
|
||||
- system.menu.footer
|
||||
module:
|
||||
- block_visibility_groups
|
||||
- system
|
||||
theme:
|
||||
- geofresco
|
||||
|
@ -24,4 +25,8 @@ settings:
|
|||
level: 1
|
||||
depth: 0
|
||||
expand_all_items: false
|
||||
visibility: { }
|
||||
visibility:
|
||||
condition_group:
|
||||
id: condition_group
|
||||
negate: false
|
||||
block_visibility_group: ''
|
||||
|
|
|
@ -162,8 +162,10 @@ display:
|
|||
contexts:
|
||||
- 'languages:language_interface'
|
||||
- url.query_args
|
||||
- 'user.node_grants:view'
|
||||
- user.permissions
|
||||
tags: { }
|
||||
tags:
|
||||
- 'config:search_api.index.blog'
|
||||
block_promoted:
|
||||
id: block_promoted
|
||||
display_title: 'Block Promoted'
|
||||
|
@ -229,8 +231,10 @@ display:
|
|||
max-age: -1
|
||||
contexts:
|
||||
- 'languages:language_interface'
|
||||
- 'user.node_grants:view'
|
||||
- user.permissions
|
||||
tags: { }
|
||||
tags:
|
||||
- 'config:search_api.index.blog'
|
||||
page_listing:
|
||||
id: page_listing
|
||||
display_title: Page
|
||||
|
@ -243,7 +247,7 @@ display:
|
|||
type: normal
|
||||
title: Blog
|
||||
description: 'Follow our blogs.'
|
||||
weight: -49
|
||||
weight: -48
|
||||
enabled: true
|
||||
expanded: false
|
||||
menu_name: main
|
||||
|
@ -254,5 +258,7 @@ display:
|
|||
contexts:
|
||||
- 'languages:language_interface'
|
||||
- url.query_args
|
||||
- 'user.node_grants:view'
|
||||
- user.permissions
|
||||
tags: { }
|
||||
tags:
|
||||
- 'config:search_api.index.blog'
|
||||
|
|
|
@ -309,7 +309,7 @@ display:
|
|||
type: normal
|
||||
title: Gleanings
|
||||
description: 'Short content and excerpts from, and links to, other sites.'
|
||||
weight: -48
|
||||
weight: -47
|
||||
enabled: true
|
||||
expanded: false
|
||||
menu_name: main
|
||||
|
|
Loading…
Add table
Reference in a new issue