Skip to content

Commit

Permalink
VACMS-16348: Adds online scheduling field
Browse files Browse the repository at this point in the history
  • Loading branch information
omahane committed Jan 24, 2024
1 parent d2f570c commit f346d35
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- field.field.paragraph.service_location.field_hours
- field.field.paragraph.service_location.field_office_hours
- field.field.paragraph.service_location.field_office_visits
- field.field.paragraph.service_location.field_online_scheduling_avail
- field.field.paragraph.service_location.field_other_phone_numbers
- field.field.paragraph.service_location.field_phone
- field.field.paragraph.service_location.field_service_location_address
Expand Down Expand Up @@ -122,6 +123,7 @@ third_party_settings:
- field_appt_intro_text_type
- field_appt_intro_text_custom
- group_phone_number_for_appt
- field_online_scheduling_avail
label: Appointments
region: content
parent_name: ''
Expand Down Expand Up @@ -225,6 +227,12 @@ content:
region: content
settings: { }
third_party_settings: { }
field_online_scheduling_avail:
type: options_select
weight: 8
region: content
settings: { }
third_party_settings: { }
field_other_phone_numbers:
type: inline_entity_form_complex_table_view_mode
weight: 30
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ dependencies:
- field.field.paragraph.service_location.field_hours
- field.field.paragraph.service_location.field_office_hours
- field.field.paragraph.service_location.field_office_visits
- field.field.paragraph.service_location.field_online_scheduling_avail
- field.field.paragraph.service_location.field_other_phone_numbers
- field.field.paragraph.service_location.field_phone
- field.field.paragraph.service_location.field_service_location_address
Expand Down Expand Up @@ -167,6 +168,13 @@ content:
third_party_settings: { }
weight: 10
region: content
field_online_scheduling_avail:
type: list_default
label: above
settings: { }
third_party_settings: { }
weight: 16
region: content
field_other_phone_numbers:
type: entity_reference_revisions_entity_view
label: above
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
uuid: 2e7310b9-e834-4060-a2b3-8f141cc6c612
langcode: en
status: true
dependencies:
config:
- field.storage.paragraph.field_online_scheduling_avail
- paragraphs.paragraphs_type.service_location
module:
- options
- tmgmt_content
third_party_settings:
tmgmt_content:
excluded: false
id: paragraph.service_location.field_online_scheduling_avail
field_name: field_online_scheduling_avail
entity_type: paragraph
bundle: service_location
label: 'Is online scheduling available for this service'
description: ''
required: true
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: list_string
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
uuid: dd260bd2-d9d6-4c88-a904-17a475191269
langcode: en
status: true
dependencies:
module:
- options
- paragraphs
id: paragraph.field_online_scheduling_avail
field_name: field_online_scheduling_avail
entity_type: paragraph
type: list_string
settings:
allowed_values:
-
value: 'no'
label: 'No'
-
value: 'yes'
label: 'Yes'
allowed_values_function: ''
module: options
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false

0 comments on commit f346d35

Please sign in to comment.