-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VATEAM-90628: Add Identification Information Paragraph type (#19190)
* Add OMB info fields to Digital Form (#19078) * Add Identification Information pattern * Add OMB Info to digital-forms script * Add Identification Information to digital-forms script
- Loading branch information
1 parent
892ca0c
commit e6c77f1
Showing
22 changed files
with
434 additions
and
25 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
40 changes: 40 additions & 0 deletions
40
config/sync/core.entity_form_display.paragraph.digital_form_identification_info.default.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,40 @@ | ||
uuid: f6c77a23-cd2f-4a5b-9589-4a3ab27cab26 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.paragraph.digital_form_identification_info.field_include_veteran_s_service | ||
- field.field.paragraph.digital_form_identification_info.field_title | ||
- paragraphs.paragraphs_type.digital_form_identification_info | ||
module: | ||
- textfield_counter | ||
id: paragraph.digital_form_identification_info.default | ||
targetEntityType: paragraph | ||
bundle: digital_form_identification_info | ||
mode: default | ||
content: | ||
field_include_veteran_s_service: | ||
type: boolean_checkbox | ||
weight: 2 | ||
region: content | ||
settings: | ||
display_label: true | ||
third_party_settings: { } | ||
field_title: | ||
type: string_textfield_with_counter | ||
weight: 1 | ||
region: content | ||
settings: | ||
size: 60 | ||
placeholder: '' | ||
use_field_maxlength: false | ||
maxlength: 0 | ||
counter_position: after | ||
js_prevent_submit: true | ||
count_only_mode: false | ||
count_html_characters: true | ||
textcount_status_message: 'Maxlength: <span class="maxlength_count">@maxlength</span><br />Used: <span class="current_count">@current_length</span><br />Remaining: <span class="remaining_count">@remaining_count</span>' | ||
third_party_settings: { } | ||
hidden: | ||
created: true | ||
status: true |
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
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
34 changes: 34 additions & 0 deletions
34
config/sync/core.entity_view_display.paragraph.digital_form_identification_info.default.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,34 @@ | ||
uuid: ee8a8314-d05e-41c9-a1d4-8f79e7f32a0c | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.paragraph.digital_form_identification_info.field_include_veteran_s_service | ||
- field.field.paragraph.digital_form_identification_info.field_title | ||
- paragraphs.paragraphs_type.digital_form_identification_info | ||
id: paragraph.digital_form_identification_info.default | ||
targetEntityType: paragraph | ||
bundle: digital_form_identification_info | ||
mode: default | ||
content: | ||
field_include_veteran_s_service: | ||
type: boolean | ||
label: above | ||
settings: | ||
format: default | ||
format_custom_false: '' | ||
format_custom_true: '' | ||
third_party_settings: { } | ||
weight: 1 | ||
region: content | ||
field_title: | ||
type: string | ||
label: hidden | ||
settings: | ||
link_to_entity: false | ||
third_party_settings: { } | ||
weight: 0 | ||
region: content | ||
hidden: | ||
breadcrumbs: true | ||
search_api_excerpt: true |
26 changes: 26 additions & 0 deletions
26
.../sync/core.entity_view_display.paragraph.digital_form_identification_info.user_guides.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,26 @@ | ||
uuid: b90e31e0-3a2b-41b1-84c8-77f99240339b | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- core.entity_view_mode.paragraph.user_guides | ||
- field.field.paragraph.digital_form_identification_info.field_include_veteran_s_service | ||
- field.field.paragraph.digital_form_identification_info.field_title | ||
- paragraphs.paragraphs_type.digital_form_identification_info | ||
id: paragraph.digital_form_identification_info.user_guides | ||
targetEntityType: paragraph | ||
bundle: digital_form_identification_info | ||
mode: user_guides | ||
content: | ||
field_title: | ||
type: string | ||
label: hidden | ||
settings: | ||
link_to_entity: false | ||
third_party_settings: { } | ||
weight: 0 | ||
region: content | ||
hidden: | ||
breadcrumbs: true | ||
field_include_veteran_s_service: true | ||
search_api_excerpt: true |
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 |
---|---|---|
|
@@ -30,4 +30,5 @@ content: | |
weight: 0 | ||
region: content | ||
hidden: | ||
breadcrumbs: true | ||
search_api_excerpt: true |
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
Oops, something went wrong.