Drupal 9 latest #132

Merged
MegaKeegMan merged 13 commits from drupal9-latest into master 2024-02-16 23:55:40 +00:00
3 changed files with 17 additions and 6 deletions
Showing only changes of commit b447513c25 - Show all commits

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