-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VOTE-2810, VOTE-2811, VOTE-2812 state content field changes #1001
Merged
Conversation
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
… custom module. Create State Display Content block type using fields from custom module. Enable vote_fields module.
rayestrada
changed the title
Feature/vote 2810 state content field
VOTE-2810, VOTE-2811, VOTE-2812 state content field changes
Sep 26, 2024
rayestrada
requested changes
Sep 26, 2024
web/modules/custom/vote_fields/src/Plugin/Field/FieldWidget/StateContentWidget.php
Outdated
Show resolved
Hide resolved
config/sync/core.entity_form_display.block_content.state_display_content.default.yml
Outdated
Show resolved
Hide resolved
config/sync/field.field.node.state_territory.field_registration_intro.yml
Outdated
Show resolved
Hide resolved
config/sync/field.field.node.state_territory.field_check_registration.yml
Outdated
Show resolved
Hide resolved
config/sync/field.field.node.state_territory.field_online_registration.yml
Outdated
Show resolved
Hide resolved
config/sync/field.field.node.state_territory.field_mail_registration.yml
Outdated
Show resolved
Hide resolved
config/sync/field.field.node.state_territory.field_in_person_registration.yml
Outdated
Show resolved
Hide resolved
config/sync/field.field.node.state_territory.field_military_and_overseas_regi.yml
Outdated
Show resolved
Hide resolved
config/sync/field.field.node.state_territory.field_registration_not_needed.yml
Show resolved
Hide resolved
config/sync/core.entity_form_display.node.state_territory.default.yml
Outdated
Show resolved
Hide resolved
…agov/vote-gov-drupal into feature/vote-2810-state-content-field
rayestrada
approved these changes
Sep 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Jira ticket
VOTE-2810 - New field type
VOTE-2811 - New block type
VOTE-2812 - Update State Content type
Description
Add a new custom compound field. Add new fields to the State content type using the new compound field. Create a new block type using the new compound field along with other field types.
Deployment and testing
Post-deploy steps
QA/Testing instructions
Checklist for the Developer
Checklist for the Peer Reviewers