Apply database updates

This commit is contained in:
Keegan Rankin 2024-02-23 13:29:42 -08:00
parent 4d03914d17
commit c1520113fd
125 changed files with 5396 additions and 154 deletions

View file

@ -8,7 +8,7 @@ dependencies:
_core:
default_config_hash: BmeDSOTSaTVy5QLgxgJ5ye_ZseG5t88JXRP1apFoBkk
id: block_content
label: 'Custom block library'
label: 'Content blocks'
module: views
description: 'Find and manage custom blocks.'
tag: default
@ -209,6 +209,15 @@ display:
date_format: short
custom_date_format: ''
timezone: ''
tooltip:
date_format: ''
custom_date_format: ''
time_diff:
enabled: false
future_format: '@interval hence'
past_format: '@interval ago'
granularity: 2
refresh: 60
operations:
id: operations
table: block_content
@ -291,7 +300,7 @@ display:
access:
type: perm
options:
perm: 'administer blocks'
perm: 'access block library'
cache:
type: tag
options: { }
@ -508,7 +517,7 @@ display:
footer: { }
display_extenders: { }
cache_metadata:
max-age: 0
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'
@ -523,17 +532,18 @@ display:
position: 1
display_options:
display_extenders: { }
path: admin/structure/block/block-content
path: admin/content/block
menu:
type: tab
title: 'Custom block library'
description: ''
title: Blocks
description: 'Create and edit block content.'
weight: 0
expanded: false
menu_name: admin
parent: block.admin_display
parent: system.admin_content
context: '0'
cache_metadata:
max-age: 0
max-age: -1
contexts:
- 'languages:language_content'
- 'languages:language_interface'