-
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.
- Loading branch information
Showing
5 changed files
with
142 additions
and
5 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
27 changes: 27 additions & 0 deletions
27
config/sync/field.field.paragraph.service_location.field_appointment_introduction_t.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: 17d7b77a-0841-418b-aedc-293d8ecdfef6 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.paragraph.field_hservice_appt_intro_select | ||
- paragraphs.paragraphs_type.service_location | ||
module: | ||
- options | ||
- tmgmt_content | ||
third_party_settings: | ||
tmgmt_content: | ||
excluded: false | ||
id: paragraph.service_location.field_appointment_introduction_t | ||
field_name: field_hservice_appt_intro_select | ||
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 |
30 changes: 30 additions & 0 deletions
30
config/sync/field.storage.paragraph.field_hservice_appt_intro_select.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,30 @@ | ||
uuid: 0cd1c3df-a8cb-443e-b5d6-0b419623ce27 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- options | ||
- paragraphs | ||
id: paragraph.field_hservice_appt_intro_select | ||
field_name: field_hservice_appt_intro_select | ||
entity_type: paragraph | ||
type: list_string | ||
settings: | ||
allowed_values: | ||
- | ||
value: use_default_text | ||
label: 'Use default text' | ||
- | ||
value: customize_text | ||
label: 'Customize text' | ||
- | ||
value: remove_text | ||
label: 'Remove text' | ||
allowed_values_function: '' | ||
module: options | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |
33 changes: 33 additions & 0 deletions
33
config/sync/field.storage.paragraph.field_virtual_support.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,33 @@ | ||
uuid: 93775174-eea0-44f3-9e77-00513eedcbfe | ||
langcode: en | ||
status: true | ||
dependencies: | ||
module: | ||
- options | ||
- paragraphs | ||
id: paragraph.field_virtual_support | ||
field_name: field_virtual_support | ||
entity_type: paragraph | ||
type: list_string | ||
settings: | ||
allowed_values: | ||
- | ||
value: 'no' | ||
label: 'No' | ||
- | ||
value: yes_appointment_only | ||
label: 'Yes, by appointment only' | ||
- | ||
value: yes_first_come_first_served | ||
label: 'Yes, on a first-come, first-served basis' | ||
- | ||
value: yes_with_or_without_appt | ||
label: 'Yes, with or without an appointment' | ||
allowed_values_function: '' | ||
module: options | ||
locked: false | ||
cardinality: 1 | ||
translatable: true | ||
indexes: { } | ||
persist_with_no_fields: false | ||
custom_storage: false |