diff --git a/config/install/metatag.metatag_defaults.node.yml b/config/install/metatag.metatag_defaults.node.yml index b0126216cf8609b121fa2f6c728a3ca838505381..38d0c3f14de76c69633e35cf2450ffeb06944b33 100644 --- a/config/install/metatag.metatag_defaults.node.yml +++ b/config/install/metatag.metatag_defaults.node.yml @@ -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