-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VOTE-2846: add new wysiwyg description field for Registration form se…
…lector (#1016)
- Loading branch information
1 parent
dbd4606
commit d5589cb
Showing
5 changed files
with
73 additions
and
12 deletions.
There are no files selected for viewing
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
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
24 changes: 24 additions & 0 deletions
24
config/sync/field.field.block_content.registration_form_selector.field_pdf_description.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,24 @@ | ||
uuid: 29cfbab3-1a6c-41f0-b476-51c1c8c4f9bd | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- block_content.type.registration_form_selector | ||
- field.storage.block_content.field_pdf_description | ||
- filter.format.simple_html | ||
module: | ||
- text | ||
id: block_content.registration_form_selector.field_pdf_description | ||
field_name: field_pdf_description | ||
entity_type: block_content | ||
bundle: registration_form_selector | ||
label: Description | ||
description: '' | ||
required: true | ||
translatable: true | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
allowed_formats: | ||
- simple_html | ||
field_type: text_long |
19 changes: 19 additions & 0 deletions
19
config/sync/field.storage.block_content.field_pdf_description.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,19 @@ | ||
uuid: 8460258d-47d7-4d93-95d3-616c24befbe0 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- block_content | ||
- text | ||
id: block_content.field_pdf_description | ||
field_name: field_pdf_description | ||
entity_type: block_content | ||
type: text_long | ||
settings: { } | ||
module: text | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
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