-
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-2957: No Online Registration (#1054)
* add placeholder for no online reg * Updating twig template * Update to config for new field
- Loading branch information
Showing
5 changed files
with
85 additions
and
30 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
21 changes: 21 additions & 0 deletions
21
config/sync/field.field.block_content.state_display_content.field_no_online_registration.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,21 @@ | ||
uuid: 398183c8-0c7a-4960-aaf6-d3bb2caa3f9c | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- block_content.type.state_display_content | ||
- field.storage.block_content.field_no_online_registration | ||
module: | ||
- vote_fields | ||
id: block_content.state_display_content.field_no_online_registration | ||
field_name: field_no_online_registration | ||
entity_type: block_content | ||
bundle: state_display_content | ||
label: 'No Online registration' | ||
description: '' | ||
required: false | ||
translatable: true | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: vote_fields_state_content |
19 changes: 19 additions & 0 deletions
19
config/sync/field.storage.block_content.field_no_online_registration.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: fb15b55f-486c-41b1-9c7b-5296239c2e10 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- block_content | ||
- vote_fields | ||
id: block_content.field_no_online_registration | ||
field_name: field_no_online_registration | ||
entity_type: block_content | ||
type: vote_fields_state_content | ||
settings: { } | ||
module: vote_fields | ||
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