diff --git a/changelogs/DP-38399.yml b/changelogs/DP-38399.yml new file mode 100644 index 0000000000..f585904718 --- /dev/null +++ b/changelogs/DP-38399.yml @@ -0,0 +1,41 @@ +# +# Write your changelog entry here. Every pull request must have a changelog yml file. +# +# Change types: +# ############################################################################# +# You can use one of the following types: +# - Added: For new features. +# - Changed: For changes to existing functionality. +# - Deprecated: For soon-to-be removed features. +# - Removed: For removed features. +# - Fixed: For any bug fixes. +# - Security: In case of vulnerabilities. +# +# Format +# ############################################################################# +# The format is crucial. Please follow the examples below. For reference, the requirements are: +# - All 3 parts are required and you must include "Type", "description" and "issue". +# - "Type" must be left aligned and followed by a colon. +# - "description" must be indented with 2 spaces followed by a colon +# - "issue" must be indented with 4 spaces followed by a colon. +# - "issue" is for the Jira ticket number only e.g. DP-1234 +# - No extra spaces, indents, or blank lines are allowed. +# +# Example: +# ############################################################################# +# Fixed: +# - description: Fixes scrolling on edit pages in Safari. +# issue: DP-13314 +# +# You may add more than 1 description & issue for each type using the following format: +# Changed: +# - description: Automating the release branch. +# issue: DP-10166 +# - description: Second change item that needs a description. +# issue: DP-19875 +# - description: Third change item that needs a description along with an issue. +# issue: DP-19843 +# +Changed: + - description: Form platform field help text and options modified based on Mass.gov Forms release. + issue: DP-38399 diff --git a/conf/drupal/config/field.field.node.form_page.field_form_platform.yml b/conf/drupal/config/field.field.node.form_page.field_form_platform.yml index 0f19f528d2..d24616a16f 100644 --- a/conf/drupal/config/field.field.node.form_page.field_form_platform.yml +++ b/conf/drupal/config/field.field.node.form_page.field_form_platform.yml @@ -12,12 +12,10 @@ field_name: field_form_platform entity_type: node bundle: form_page label: 'Form platform' -description: '"Formstack" should be selected for forms built with an EOTSS or agency-procured Formstack account. "Gravity forms" is for forms built with EOTSS-provided accounts that are in testing and limited production use.

If you are using a different form product, you can''t use the Form content type. Instead, embed your form as an iframe on an Information Details content type or link directly to it.' +description: "

\"Formstack\" is for forms built with an EOTSS or agency-procured Formstack account.

\r\n

\"Mass.gov Forms (using Gravity forms)\" is for forms built with EOTSS-provided accounts on forms.mass.gov.

\r\n

If you are using a different form product, you can't use the Form content type. Instead, embed your form as an iframe on an Information Details content type or link directly to it.

" required: true translatable: false -default_value: - - - value: formstack +default_value: { } default_value_callback: '' settings: { } field_type: list_string diff --git a/conf/drupal/config/field.storage.node.field_form_platform.yml b/conf/drupal/config/field.storage.node.field_form_platform.yml index 44126859bf..d9676df499 100644 --- a/conf/drupal/config/field.storage.node.field_form_platform.yml +++ b/conf/drupal/config/field.storage.node.field_form_platform.yml @@ -11,12 +11,12 @@ entity_type: node type: list_string settings: allowed_values: + - + value: gravity_forms + label: 'Mass.gov Forms (using Gravity forms)' - value: formstack label: Formstack - - - value: gravity_forms - label: 'Gravity forms' allowed_values_function: '' module: options locked: false