-
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.
VACMS-16348: Adds appointment fields
- Loading branch information
Showing
10 changed files
with
462 additions
and
4 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
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
24 changes: 24 additions & 0 deletions
24
config/sync/field.field.paragraph.service_location.field_appt_intro_text_custom.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,24 @@ | ||
uuid: 96e55910-7eba-493f-be2d-6908196adceb | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.paragraph.field_appt_intro_text_custom | ||
- paragraphs.paragraphs_type.service_location | ||
module: | ||
- tmgmt_content | ||
third_party_settings: | ||
tmgmt_content: | ||
excluded: false | ||
id: paragraph.service_location.field_appt_intro_text_custom | ||
field_name: field_appt_intro_text_custom | ||
entity_type: paragraph | ||
bundle: service_location | ||
label: 'Custom text' | ||
description: '' | ||
required: false | ||
translatable: false | ||
default_value: { } | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: string_long |
27 changes: 27 additions & 0 deletions
27
config/sync/field.field.paragraph.service_location.field_appt_intro_text_type.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,27 @@ | ||
uuid: 16342b68-830c-4d90-956e-20f5a52d2a10 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.paragraph.field_appt_intro_text_type | ||
- paragraphs.paragraphs_type.service_location | ||
module: | ||
- options | ||
- tmgmt_content | ||
third_party_settings: | ||
tmgmt_content: | ||
excluded: false | ||
id: paragraph.service_location.field_appt_intro_text_type | ||
field_name: field_appt_intro_text_type | ||
entity_type: paragraph | ||
bundle: service_location | ||
label: 'Appointment introduction text' | ||
description: 'Add additional details about how to make appointments at this location.' | ||
required: true | ||
translatable: false | ||
default_value: | ||
- | ||
value: use_default_text | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: list_string |
Oops, something went wrong.