Skip to content
Snippets Groups Projects
Commit f62ebb8d authored by Igor Biki's avatar Igor Biki
Browse files

Merge branch 'feature/ISTWCMS-5290-l26yan-Add-service-hours-notes' into '1.0.x'

ISTWCMS-5290 Add service hours notes field to service content type

See merge request !10
parents 453aeeea 94835d05
No related branches found
No related tags found
3 merge requests!60ISTWCMS-6095 Update maxlength settings for title, text fields and link fields...,!25ISTWCMS-5779 Click update button under...,!10ISTWCMS-5290 Add service hours notes field to service content type
......@@ -11,6 +11,7 @@ dependencies:
- field.field.node.uw_ct_service.field_uw_service_contacts
- field.field.node.uw_ct_service.field_uw_service_cost
- field.field.node.uw_ct_service.field_uw_service_hours
- field.field.node.uw_ct_service.field_uw_service_hours_notes
- field.field.node.uw_ct_service.field_uw_service_length
- field.field.node.uw_ct_service.field_uw_service_location
- field.field.node.uw_ct_service.field_uw_service_location_coord
......@@ -26,6 +27,7 @@ dependencies:
- node.type.uw_ct_service
module:
- address
- content_moderation
- field_group
- geofield_map
- link
......@@ -64,7 +66,7 @@ third_party_settings:
- field_uw_service_location_coord
- field_uw_service_map
parent_name: ''
weight: 6
weight: 8
format_type: fieldset
region: content
format_settings:
......@@ -79,7 +81,7 @@ third_party_settings:
- field_uw_service_owner
- field_uw_service_contacts
parent_name: ''
weight: 7
weight: 9
format_type: fieldset
region: content
format_settings:
......@@ -95,7 +97,7 @@ third_party_settings:
- field_uw_meta_image
- field_uw_meta_tags
parent_name: ''
weight: 8
weight: 10
format_type: fieldset
region: content
format_settings:
......@@ -105,6 +107,21 @@ third_party_settings:
description: ''
required_fields: true
label: 'Meta tag information for social media sharing/search/etc.'
group_service_hours:
children:
- field_uw_service_hours
- field_uw_service_hours_notes
parent_name: ''
weight: 5
format_type: fieldset
region: content
format_settings:
show_empty_fields: false
id: ''
classes: ''
description: ''
required_fields: true
label: 'Service hours'
id: node.uw_ct_service.default
targetEntityType: node
bundle: uw_ct_service
......@@ -112,7 +129,7 @@ mode: default
content:
created:
type: datetime_timestamp
weight: 11
weight: 13
region: content
settings: { }
third_party_settings: { }
......@@ -190,11 +207,19 @@ content:
type: text_textarea
region: content
field_uw_service_hours:
weight: 5
weight: 6
settings: { }
third_party_settings: { }
type: office_hours_default
region: content
field_uw_service_hours_notes:
weight: 7
settings:
size: 60
placeholder: ''
third_party_settings: { }
type: string_textfield
region: content
field_uw_service_length:
weight: 31
settings:
......@@ -251,7 +276,7 @@ content:
type: geofield_map
region: content
field_uw_service_map:
weight: 18
weight: 19
settings:
placeholder_url: ''
placeholder_title: ''
......@@ -316,20 +341,20 @@ content:
region: content
langcode:
type: language_select
weight: 9
weight: 11
region: content
settings:
include_locked: true
third_party_settings: { }
moderation_state:
type: moderation_state_default
weight: 16
weight: 18
settings: { }
region: content
third_party_settings: { }
path:
type: path
weight: 14
weight: 16
region: content
settings: { }
third_party_settings: { }
......@@ -337,21 +362,21 @@ content:
type: boolean_checkbox
settings:
display_label: true
weight: 12
weight: 14
region: content
third_party_settings: { }
status:
type: boolean_checkbox
settings:
display_label: true
weight: 17
weight: 19
region: content
third_party_settings: { }
sticky:
type: boolean_checkbox
settings:
display_label: true
weight: 13
weight: 15
region: content
third_party_settings: { }
title:
......@@ -364,7 +389,7 @@ content:
third_party_settings: { }
uid:
type: entity_reference_autocomplete
weight: 10
weight: 12
settings:
match_operator: CONTAINS
size: 60
......@@ -373,7 +398,7 @@ content:
region: content
third_party_settings: { }
url_redirects:
weight: 15
weight: 17
region: content
settings: { }
third_party_settings: { }
......
......@@ -11,6 +11,7 @@ dependencies:
- field.field.node.uw_ct_service.field_uw_service_contacts
- field.field.node.uw_ct_service.field_uw_service_cost
- field.field.node.uw_ct_service.field_uw_service_hours
- field.field.node.uw_ct_service.field_uw_service_hours_notes
- field.field.node.uw_ct_service.field_uw_service_length
- field.field.node.uw_ct_service.field_uw_service_location
- field.field.node.uw_ct_service.field_uw_service_location_coord
......@@ -162,6 +163,14 @@ content:
third_party_settings: { }
type: office_hours
region: content
field_uw_service_hours_notes:
weight: 125
label: above
settings:
link_to_entity: false
third_party_settings: { }
type: string
region: content
field_uw_service_length:
weight: 109
label: above
......
......@@ -12,6 +12,7 @@ dependencies:
- field.field.node.uw_ct_service.field_uw_service_contacts
- field.field.node.uw_ct_service.field_uw_service_cost
- field.field.node.uw_ct_service.field_uw_service_hours
- field.field.node.uw_ct_service.field_uw_service_hours_notes
- field.field.node.uw_ct_service.field_uw_service_length
- field.field.node.uw_ct_service.field_uw_service_location
- field.field.node.uw_ct_service.field_uw_service_location_coord
......@@ -52,6 +53,7 @@ hidden:
field_uw_service_contacts: true
field_uw_service_cost: true
field_uw_service_hours: true
field_uw_service_hours_notes: true
field_uw_service_length: true
field_uw_service_location: true
field_uw_service_location_coord: true
......
langcode: en
status: true
dependencies:
config:
- field.storage.node.field_uw_service_hours_notes
- node.type.uw_ct_service
id: node.uw_ct_service.field_uw_service_hours_notes
field_name: field_uw_service_hours_notes
entity_type: node
bundle: uw_ct_service
label: 'General notes about service hours'
description: 'A place to make note of information about the service hours that cannot be covered by the previous spaces. For example, a service might open late or stay open later than normal under some conditions, or the service hours might be expected to change on a future date. This text is limited to 255 characters.'
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: string
langcode: en
status: true
dependencies:
module:
- node
id: node.field_uw_service_hours_notes
field_name: field_uw_service_hours_notes
entity_type: node
type: string
settings:
max_length: 255
is_ascii: false
case_sensitive: false
module: core
locked: false
cardinality: 1
translatable: true
indexes: { }
persist_with_no_fields: false
custom_storage: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment