Apply a few config updates from live site

This commit is contained in:
Keegan Rankin 2024-02-12 10:08:47 -08:00
parent 7831090033
commit b447513c25
3 changed files with 17 additions and 6 deletions

View file

@ -5,6 +5,7 @@ dependencies:
config: config:
- system.menu.footer - system.menu.footer
module: module:
- block_visibility_groups
- system - system
theme: theme:
- geofresco - geofresco
@ -24,4 +25,8 @@ settings:
level: 1 level: 1
depth: 0 depth: 0
expand_all_items: false expand_all_items: false
visibility: { } visibility:
condition_group:
id: condition_group
negate: false
block_visibility_group: ''

View file

@ -162,8 +162,10 @@ display:
contexts: contexts:
- 'languages:language_interface' - 'languages:language_interface'
- url.query_args - url.query_args
- 'user.node_grants:view'
- user.permissions - user.permissions
tags: { } tags:
- 'config:search_api.index.blog'
block_promoted: block_promoted:
id: block_promoted id: block_promoted
display_title: 'Block Promoted' display_title: 'Block Promoted'
@ -229,8 +231,10 @@ display:
max-age: -1 max-age: -1
contexts: contexts:
- 'languages:language_interface' - 'languages:language_interface'
- 'user.node_grants:view'
- user.permissions - user.permissions
tags: { } tags:
- 'config:search_api.index.blog'
page_listing: page_listing:
id: page_listing id: page_listing
display_title: Page display_title: Page
@ -243,7 +247,7 @@ display:
type: normal type: normal
title: Blog title: Blog
description: 'Follow our blogs.' description: 'Follow our blogs.'
weight: -49 weight: -48
enabled: true enabled: true
expanded: false expanded: false
menu_name: main menu_name: main
@ -254,5 +258,7 @@ display:
contexts: contexts:
- 'languages:language_interface' - 'languages:language_interface'
- url.query_args - url.query_args
- 'user.node_grants:view'
- user.permissions - user.permissions
tags: { } tags:
- 'config:search_api.index.blog'

View file

@ -309,7 +309,7 @@ display:
type: normal type: normal
title: Gleanings title: Gleanings
description: 'Short content and excerpts from, and links to, other sites.' description: 'Short content and excerpts from, and links to, other sites.'
weight: -48 weight: -47
enabled: true enabled: true
expanded: false expanded: false
menu_name: main menu_name: main