Skip to content

Commit

Permalink
VOTE-2952: Delete deprecated pdf link description field (#1037)
Browse files Browse the repository at this point in the history
Co-authored-by: Ray Estrada <raymond.estrada@gsa.gov>
  • Loading branch information
mlloydbixal and rayestrada authored Nov 14, 2024
1 parent 9479bd4 commit 9772c15
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dependencies:
config:
- block_content.type.registration_form_selector
- field.field.block_content.registration_form_selector.field_default_option_label
- field.field.block_content.registration_form_selector.field_description
- field.field.block_content.registration_form_selector.field_digital_form_link_label
- field.field.block_content.registration_form_selector.field_digital_form_paragraph
- field.field.block_content.registration_form_selector.field_enable_digital_form_link
Expand Down Expand Up @@ -70,14 +69,6 @@ content:
size: 60
placeholder: ''
third_party_settings: { }
field_description:
type: string_textfield
weight: 27
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_digital_form_link_label:
type: string_textfield
weight: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ dependencies:
config:
- block_content.type.registration_form_selector
- field.field.block_content.registration_form_selector.field_default_option_label
- field.field.block_content.registration_form_selector.field_description
- field.field.block_content.registration_form_selector.field_digital_form_link_label
- field.field.block_content.registration_form_selector.field_digital_form_paragraph
- field.field.block_content.registration_form_selector.field_enable_digital_form_link
Expand All @@ -29,14 +28,6 @@ content:
third_party_settings: { }
weight: 3
region: content
field_description:
type: string
label: hidden
settings:
link_to_entity: false
third_party_settings: { }
weight: 2
region: content
field_digital_form_link_label:
type: string
label: hidden
Expand Down

This file was deleted.

21 changes: 0 additions & 21 deletions config/sync/field.storage.block_content.field_description.yml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
{% endif %}

<form class="usa-form" method="get" id="register_form_download" data-test="nvrfForm">
<p>{{ content.field_pdf_description | field_value | default(content.field_description | field_value) }}</p>
<p>{{ content.field_pdf_description | field_value }}</p>
<div class="field">
<label class="usa-sr-only" for="js-user-selection">{{ content.field_default_option_label }}</label>
{# NVRF language selector #}
Expand Down

0 comments on commit 9772c15

Please sign in to comment.