Skip to content
Snippets Groups Projects

ISTWCMS-4103: adding fields for metatags

Merged Eric Bremner requested to merge feature/ISTWCMS-4103-ebremner-add-metatag-fields into 8.x-1.x
Files
7
@@ -12,6 +12,9 @@ dependencies:
- field.field.node.uw_ct_event.field_uw_event_tags
- field.field.node.uw_ct_event.field_uw_event_type
- field.field.node.uw_ct_event.field_uw_event_website
- 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.layout_builder__layout
- node.type.uw_ct_event
module:
@@ -22,6 +25,7 @@ dependencies:
- geofield_map
- link
- media_library
- metatag
- path
- smart_date
- text
@@ -70,6 +74,21 @@ third_party_settings:
description: ''
required_fields: true
label: 'Event location'
group_uw_meta_info_events:
children:
- field_uw_meta_description
- field_uw_meta_image
- field_uw_meta_tags
parent_name: ''
weight: 15
format_type: fieldset
region: content
format_settings:
id: ''
classes: ''
description: ''
required_fields: true
label: 'Meta tag information for social media sharing/search/etc.'
id: node.uw_ct_event.default
targetEntityType: node
bundle: uw_ct_event
@@ -93,6 +112,12 @@ content:
weight: 7
settings:
modal: false
default_tz: ''
custom_tz: ''
allowed_timezones: { }
default_duration: 60
default_duration_increments: "30\n60|1 hour\n90\n120|2 hours\ncustom"
show_extra: true
third_party_settings: { }
type: smartdate_timezone
region: content
@@ -197,6 +222,33 @@ content:
third_party_settings: { }
type: link_default
region: content
field_uw_meta_description:
weight: 17
settings:
rows: 3
placeholder: ''
third_party_settings:
maxlength:
maxlength_js: 160
maxlength_js_label: 'Content limited to @limit characters, remaining: <strong>@remaining</strong>'
maxlength_js_enforce: false
maxlength_js_truncate_html: false
type: string_textarea
region: content
field_uw_meta_image:
weight: 18
settings:
media_types: { }
third_party_settings: { }
type: media_library_widget
region: content
field_uw_meta_tags:
weight: 19
settings:
sidebar: false
third_party_settings: { }
type: metatag_firehose
region: content
langcode:
type: language_select
weight: 1
Loading