forked from drupal/drupal
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #2381909 by larowlan, alexpott: Basic block type provided by st…
…andard is missing a body field
- Loading branch information
Showing
4 changed files
with
78 additions
and
0 deletions.
There are no files selected for viewing
30 changes: 30 additions & 0 deletions
30
...profiles/standard/config/install/core.entity_form_display.block_content.basic.default.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- block_content.type.basic | ||
- field.field.block_content.basic.body | ||
module: | ||
- text | ||
id: block_content.basic.default | ||
targetEntityType: block_content | ||
bundle: basic | ||
mode: default | ||
content: | ||
info: | ||
type: string_textfield | ||
weight: -5 | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
third_party_settings: { } | ||
body: | ||
type: text_textarea_with_summary | ||
weight: -4 | ||
settings: | ||
rows: 9 | ||
summary_rows: 3 | ||
placeholder: '' | ||
third_party_settings: { } | ||
hidden: { } | ||
third_party_settings: { } |
22 changes: 22 additions & 0 deletions
22
...profiles/standard/config/install/core.entity_view_display.block_content.basic.default.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- block_content.type.basic | ||
- field.field.block_content.basic.body | ||
module: | ||
- text | ||
id: block_content.basic.default | ||
label: null | ||
targetEntityType: block_content | ||
bundle: basic | ||
mode: default | ||
content: | ||
body: | ||
label: hidden | ||
type: text_default | ||
weight: 0 | ||
settings: { } | ||
third_party_settings: { } | ||
hidden: { } | ||
third_party_settings: { } |
22 changes: 22 additions & 0 deletions
22
core/profiles/standard/config/install/field.field.block_content.basic.body.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- block_content.type.basic | ||
- field.storage.block_content.body | ||
module: | ||
- text | ||
id: block_content.basic.body | ||
field_name: body | ||
entity_type: block_content | ||
bundle: basic | ||
label: Body | ||
description: '' | ||
required: false | ||
translatable: true | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
display_summary: false | ||
third_party_settings: { } | ||
field_type: text_with_summary |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters