Bring in updated module configuration after D10 upgrade
This commit is contained in:
parent
790a477269
commit
2a4b10f537
52 changed files with 385 additions and 129 deletions
|
@ -10,18 +10,18 @@ _core:
|
|||
id: block_content
|
||||
label: 'Content blocks'
|
||||
module: views
|
||||
description: 'Find and manage custom blocks.'
|
||||
description: 'Find and manage content blocks.'
|
||||
tag: default
|
||||
base_table: block_content_field_data
|
||||
base_field: id
|
||||
display:
|
||||
default:
|
||||
id: default
|
||||
display_title: Master
|
||||
display_title: Default
|
||||
display_plugin: default
|
||||
position: 0
|
||||
display_options:
|
||||
title: 'Custom block library'
|
||||
title: 'Content blocks'
|
||||
fields:
|
||||
info:
|
||||
id: info
|
||||
|
@ -291,7 +291,7 @@ display:
|
|||
type: basic
|
||||
options:
|
||||
submit_button: Apply
|
||||
reset_button: false
|
||||
reset_button: true
|
||||
reset_button_label: Reset
|
||||
exposed_sorts_label: 'Sort by'
|
||||
expose_sort_order: true
|
||||
|
@ -314,7 +314,7 @@ display:
|
|||
admin_label: ''
|
||||
plugin_id: text_custom
|
||||
empty: true
|
||||
content: 'There are no custom blocks available.'
|
||||
content: 'There are no content blocks available.'
|
||||
tokenize: false
|
||||
block_content_listing_empty:
|
||||
id: block_content_listing_empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue