Skip to content
Snippets Groups Projects

ISTWCMS-4578 Add generic audience taxonomy to event content type

4 files
+ 106
32
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -2,6 +2,7 @@ langcode: en
status: true
dependencies:
config:
- field.field.node.uw_ct_event.field_uw_audience
- field.field.node.uw_ct_event.field_uw_event_cost
- field.field.node.uw_ct_event.field_uw_event_date
- field.field.node.uw_ct_event.field_uw_event_host
@@ -28,15 +29,17 @@ dependencies:
- metatag
- path
- smart_date
- term_reference_tree
- text
third_party_settings:
field_group:
group_uw_event_tags:
children:
- field_uw_audience
- field_uw_event_type
- field_uw_event_tags
parent_name: ''
weight: 14
weight: 20
format_type: fieldset
format_settings:
id: ''
@@ -81,7 +84,7 @@ third_party_settings:
- field_uw_meta_image
- field_uw_meta_tags
parent_name: ''
weight: 15
weight: 24
format_type: fieldset
region: content
format_settings:
@@ -101,8 +104,19 @@ content:
region: content
settings: { }
third_party_settings: { }
field_uw_audience:
weight: 21
settings:
leaves_only: true
cascading_selection: 0
max_depth: 0
start_minimized: false
select_parents: true
third_party_settings: { }
type: term_reference_tree
region: content
field_uw_event_cost:
weight: 29
weight: 15
settings:
size: 60
placeholder: ''
@@ -123,7 +137,7 @@ content:
type: smartdate_timezone
region: content
field_uw_event_host:
weight: 27
weight: 13
settings:
placeholder_url: ''
placeholder_title: ''
@@ -138,13 +152,13 @@ content:
third_party_settings: { }
region: content
field_uw_event_location_address:
weight: 30
weight: 17
settings: { }
third_party_settings: { }
type: address_default
region: content
field_uw_event_location_coord:
weight: 31
weight: 18
settings:
map_google_places:
places_additional_options: ''
@@ -186,7 +200,7 @@ content:
region: content
field_uw_event_map:
type: link_default
weight: 32
weight: 19
region: content
settings:
placeholder_url: ''
@@ -201,7 +215,7 @@ content:
type: text_textarea
region: content
field_uw_event_tags:
weight: 14
weight: 23
settings:
limit: '10'
min_length: '0'
@@ -218,13 +232,13 @@ content:
type: autocomplete_deluxe
region: content
field_uw_event_type:
weight: 13
weight: 22
settings: { }
third_party_settings: { }
type: options_buttons
region: content
field_uw_event_website:
weight: 28
weight: 14
settings:
placeholder_url: ''
placeholder_title: ''
@@ -232,7 +246,7 @@ content:
type: link_default
region: content
field_uw_meta_description:
weight: 17
weight: 25
settings:
rows: 3
placeholder: ''
@@ -245,14 +259,14 @@ content:
type: string_textarea
region: content
field_uw_meta_image:
weight: 18
weight: 26
settings:
media_types: { }
third_party_settings: { }
type: media_library_widget
region: content
field_uw_meta_tags:
weight: 19
weight: 27
settings:
sidebar: false
third_party_settings: { }
@@ -318,8 +332,8 @@ content:
third_party_settings: { }
url_redirects:
weight: 50
region: content
settings: { }
third_party_settings: { }
region: content
hidden:
layout_builder__layout: true
Loading