✨ feat: adjusting reference on paragraphWebform #4
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.
This pull request includes several changes to configuration files to update dependencies, settings, and field types. The main focus is on replacing the
options
module with thewebform
module and updating related configurations.Dependency and Module Updates:
config/core.entity_form_display.paragraph.webform.default.yml
to include thewebform
module.options
module with thewebform
module inconfig/core.entity_view_display.paragraph.webform.default.yml
.config/field.field.paragraph.webform.field_form.yml
to include thewebform
module.config/field.storage.paragraph.field_form.yml
to include thewebform
module and set the field type towebform
.Field Type and Settings Changes:
field_form
type towebform_entity_reference_select
and updated settings inconfig/core.entity_form_display.paragraph.webform.default.yml
.field_form
type towebform_entity_reference_entity_view
and updated settings inconfig/core.entity_view_display.paragraph.webform.default.yml
.field_form
settings to use awebform
handler inconfig/field.field.paragraph.webform.field_form.yml
.GraphQL and Webform Configuration:
webform
configuration inconfig/graphql_compose.settings.yml
.webform
configuration inconfig/graphql_compose.settings.yml
.config/webform.webform.contact_form.yml
to remove unnecessary dependencies and settings. [1] [2]Miscellaneous Changes:
content/node/10eea4fc-ced6-4b21-85fa-ac98f6431ad5.yml
to changefield_form
values.recipe.yml
for consistency and clarity. [1] [2] [3]Relates to octahedroid/drupal-decoupled#123