By smustgrave on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
11.3.x
Introduced in version:
11.3.0
Issue links:
Description:
The block content module will no longer ship with field.storage.block_content.body.yml. Modules, recipes, or profiles that rely on that file can use block_content_storage_body_field until Drupal 13. But it's advised to just ship with your own copy of field.storage.block_content.body.yml.
langcode: en
status: true
dependencies:
module:
- block_content
- text
id: block_content.body
field_name: body
entity_type: block_content
type: text_with_summary
settings: { }
module: text
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: true
custom_storage: false
Impacts:
Site builders, administrators, editors
Module developers