-
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-2341: Add NVRF link option to State page (#917)
- Loading branch information
1 parent
ba81726
commit 80a0555
Showing
7 changed files
with
158 additions
and
0 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
23 changes: 23 additions & 0 deletions
23
config/sync/field.field.block_content.registration_form_selector.field_digital_form_link.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,23 @@ | ||
uuid: a92587e0-e01f-475a-8831-07a5299a1b7b | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- block_content.type.registration_form_selector | ||
- field.storage.block_content.field_digital_form_link | ||
module: | ||
- link | ||
id: block_content.registration_form_selector.field_digital_form_link | ||
field_name: field_digital_form_link | ||
entity_type: block_content | ||
bundle: registration_form_selector | ||
label: 'Digital form link' | ||
description: '' | ||
required: false | ||
translatable: true | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: | ||
title: 2 | ||
link_type: 17 | ||
field_type: link |
24 changes: 24 additions & 0 deletions
24
...ync/field.field.block_content.registration_form_selector.field_digital_form_paragraph.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: cb633190-ab29-4b6a-8798-506007d410db | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- block_content.type.registration_form_selector | ||
- field.storage.block_content.field_digital_form_paragraph | ||
- filter.format.simple_html | ||
module: | ||
- text | ||
id: block_content.registration_form_selector.field_digital_form_paragraph | ||
field_name: field_digital_form_paragraph | ||
entity_type: block_content | ||
bundle: registration_form_selector | ||
label: 'Digital form paragraph' | ||
description: '' | ||
required: false | ||
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_digital_form_link.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: 1b0313da-9640-4b22-a165-e0a91322e38b | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- block_content | ||
- link | ||
id: block_content.field_digital_form_link | ||
field_name: field_digital_form_link | ||
entity_type: block_content | ||
type: link | ||
settings: { } | ||
module: link | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
19 changes: 19 additions & 0 deletions
19
config/sync/field.storage.block_content.field_digital_form_paragraph.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: da7d778b-3f42-4131-b985-2bc7a880f22d | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- block_content | ||
- text | ||
id: block_content.field_digital_form_paragraph | ||
field_name: field_digital_form_paragraph | ||
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