Skip to content
Snippets Groups Projects

ISTWCMS-5234: adding media to events

Merged Eric Bremner requested to merge feature/ISTWCMS-5234-ebremner-hero into 1.0.x
4 files
+ 80
14
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -18,11 +18,13 @@ dependencies:
- field.field.node.uw_ct_event.field_uw_meta_description
- field.field.node.uw_ct_event.field_uw_meta_image
- field.field.node.uw_ct_event.field_uw_meta_tags
- field.field.node.uw_ct_event.field_uw_type_of_media
- field.field.node.uw_ct_event.layout_builder__layout
- node.type.uw_ct_event
module:
- address
- autocomplete_deluxe
- content_moderation
- field_group
- geofield_map
- link
@@ -40,7 +42,7 @@ third_party_settings:
- field_uw_event_type
- field_uw_event_tags
parent_name: ''
weight: 15
weight: 16
format_type: fieldset
format_settings:
id: ''
@@ -55,7 +57,7 @@ third_party_settings:
- field_uw_event_website
- field_uw_event_cost
parent_name: ''
weight: 13
weight: 14
format_type: fieldset
format_settings:
id: ''
@@ -70,7 +72,7 @@ third_party_settings:
- field_uw_event_location_coord
- field_uw_event_map
parent_name: ''
weight: 14
weight: 15
format_type: fieldset
region: content
format_settings:
@@ -85,7 +87,7 @@ third_party_settings:
- field_uw_meta_image
- field_uw_meta_tags
parent_name: ''
weight: 16
weight: 17
format_type: fieldset
region: content
format_settings:
@@ -94,6 +96,21 @@ third_party_settings:
description: ''
required_fields: true
label: 'Meta tag information for social media sharing/search/etc.'
group_uw_event_media:
children:
- field_uw_type_of_media
- field_uw_hero_image
parent_name: ''
weight: 9
format_type: fieldset
region: content
format_settings:
show_empty_fields: false
id: ''
classes: ''
description: ''
required_fields: true
label: Media
id: node.uw_ct_event.default
targetEntityType: node
bundle: uw_ct_event
@@ -101,7 +118,7 @@ mode: default
content:
created:
type: datetime_timestamp
weight: 12
weight: 13
region: content
settings: { }
third_party_settings: { }
@@ -132,8 +149,15 @@ content:
custom_tz: ''
allowed_timezones: { }
default_duration: 60
default_duration_increments: "30\n60|1 hour\n90\n120|2 hours\ncustom"
default_duration_increments: |-
30
60|1 hour
90
120|2 hours
custom
show_extra: true
add_abbreviations: ''
hide_date: true
third_party_settings: { }
type: smartdate_timezone
region: content
@@ -147,7 +171,7 @@ content:
region: content
field_uw_event_listing_page_img:
type: media_library_widget
weight: 9
weight: 10
settings:
media_types: { }
third_party_settings: { }
@@ -208,7 +232,7 @@ content:
placeholder_title: ''
third_party_settings: { }
field_uw_event_summary:
weight: 11
weight: 12
settings:
rows: 5
placeholder: ''
@@ -218,13 +242,13 @@ content:
field_uw_event_tags:
weight: 23
settings:
limit: '10'
min_length: '0'
limit: 10
min_length: 0
delimiter: ''
not_found_message: 'The term ''@term'' will be added'
new_terms: '1'
new_terms: true
no_empty_message: 'No terms could be found. Please type in order to add a new term.'
not_found_message_allow: 0
not_found_message_allow: false
match_operator: CONTAINS
autocomplete_route_name: autocomplete_deluxe.autocomplete
size: 60
@@ -247,7 +271,7 @@ content:
type: link_default
region: content
field_uw_hero_image:
weight: 10
weight: 20
settings:
media_types: { }
third_party_settings: { }
@@ -280,6 +304,12 @@ content:
third_party_settings: { }
type: metatag_firehose
region: content
field_uw_type_of_media:
weight: 19
settings: { }
third_party_settings: { }
type: options_select
region: content
langcode:
type: language_select
weight: 1
@@ -339,7 +369,7 @@ content:
region: content
third_party_settings: { }
url_redirects:
weight: 17
weight: 18
region: content
settings: { }
third_party_settings: { }
Loading