Skip to content
Snippets Groups Projects

ISTWCMS-4227: Add metatag fields

Merged Lily Yan requested to merge feature/ISTWCMS-4227-l26yan-Catalog-metatags into 8.x-1.x
7 files
+ 168
8
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -8,12 +8,35 @@ dependencies:
- field.field.node.uw_ct_catalog_item.field_uw_catalog_faculty
- field.field.node.uw_ct_catalog_item.field_uw_catalog_popularity
- field.field.node.uw_ct_catalog_item.field_uw_catalog_summary
- field.field.node.uw_ct_catalog_item.field_uw_meta_description
- field.field.node.uw_ct_catalog_item.field_uw_meta_image
- field.field.node.uw_ct_catalog_item.field_uw_meta_tags
- node.type.uw_ct_catalog_item
module:
- autocomplete_deluxe
- field_group
- media_library
- metatag
- path
- term_reference_tree
- text
third_party_settings:
field_group:
group_uw_meta_info_catalog:
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_catalog_item.default
targetEntityType: node
bundle: uw_ct_catalog_item
@@ -80,6 +103,33 @@ content:
third_party_settings: { }
type: text_textarea
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: 7
Loading