Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_ct_catalog
Manage
Activity
Members
Labels
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WCMS
uw_ct_catalog
Merge requests
!7
ISTWCMS-4227: Add metatag fields
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Lily Yan
requested to merge
feature/ISTWCMS-4227-l26yan-Catalog-metatags
into
8.x-1.x
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
7
Expand
ISTWCMS-4227 Add metatags fields for catalog item content type and schema settings
Edited
4 years ago
by
Liam Morland
👍
0
👎
0
Merge request reports
Compare
8.x-1.x
8.x-1.x (base)
and
latest version
latest version
24fe86a8
1 commit,
4 years ago
7 files
+
168
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
config/install/core.entity_form_display.node.uw_ct_catalog_item.default.yml
+
50
−
0
Options
@@ -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