Skip to content
Snippets Groups Projects
Commit b9863120 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-4104: updating image fields for metatags

parent e6aa07e5
No related branches found
No related tags found
1 merge request!56ISTWCMS-4104: adding defaults for metatags
......@@ -6,13 +6,13 @@ label: Content
tags:
description: '[node:field_uw_meta_description]'
title: '[current-page:title] | [site:name]'
image_src: '[node:field_uw_meta_image], https://uwaterloo.ca/university-of-waterloo-logo-152.png'
image_src: '[node:field_uw_meta_image:entity:field_media_image], https://uwaterloo.ca/university-of-waterloo-logo-152.png'
canonical_url: '[current-page:url:absolute]'
content_language: '[node:langcode]'
og_description: '[current-page:metatag:description]'
og_updated_time: '[node:changed:custom:c]'
og_title: '[current-page:metatag:title]'
og_image: '[current-page:metatag:image_src]'
og_image: '[node:field_uw_meta_image:entity:field_media_image], https://uwaterloo.ca/university-of-waterloo-logo-152.png'
og_locale: '[current-page:metatag:content_language]_CA'
og_url: '[current-page:url:absolute]'
twitter_cards_type: summary_large_image
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment