Commit 787e0a16 authored by Damien McKenna's avatar Damien McKenna Committed by Damien McKenna
Browse files

Issue #3087677 by DamienMcKenna: Update MetatagD7Entities for new meta tags in 7.x-1.26.

parent 677243fd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ Metatag 8.x-1.x-dev, xxxx-xx-xx
  for recent changes.
#3080665 by DamienMcKenna, Chris Matthews: Add status message when site is in
  maintenance mode that no meta data will be output.
#3087677 by DamienMcKenna: Update MetatagD7Entities for new meta tags in 7.x.


Metatag 8.x-1.10, 2019-08-29
+9 −5
Original line number Diff line number Diff line
@@ -249,7 +249,10 @@ class MetatagEntities extends ProcessPluginBase {
      // 'hreflang_' . $langcode => 'hreflang_per_language',
      // From metatag_mobile.metatag.inc:
      'alternate_handheld' => 'alternate_handheld',
      // @todo https://www.drupal.org/project/metatag/issues/3077781
      // This won't be added, it should be handled by the system implementing
      // the AMP specification. Also, AMP is dramatic overreach by Google to
      // reshape and replatform the web to its monetary goals, and is an abuse
      // of its monopolistic power over the internet.
      // 'amphtml' => '',
      'android-app-link-alternative' => 'android_app_link_alternative',
      'android-manifest' => 'android_manifest',
@@ -285,7 +288,7 @@ class MetatagEntities extends ProcessPluginBase {
      'x-ua-compatible' => 'x_ua_compatible',

      // From metatag_opengraph.metatag.inc:
      // https://www.drupal.org/project/metatag/issues/3077782
      // @todo https://www.drupal.org/project/metatag/issues/3077782
      'article:author' => 'article_author',
      'article:expiration_time' => 'article_expiration_time',
      'article:modified_time' => 'article_modified_time',
@@ -328,7 +331,7 @@ class MetatagEntities extends ProcessPluginBase {
      'og:updated_time' => 'og_updated_time',
      'og:url' => 'og_url',
      // @todo '' => 'og_video',
      // https://www.drupal.org/project/metatag/issues/3089445
      // @todo https://www.drupal.org/project/metatag/issues/3089445
      // @todo '' => 'og_video_duration',
      'og:video:height' => 'og_video_height',
      'og:video:secure_url' => 'og_video_secure_url',
@@ -349,7 +352,7 @@ class MetatagEntities extends ProcessPluginBase {
      // @todo 'video:writer' => '',

      // From metatag_opengraph_products.metatag.inc:
      // https://www.drupal.org/project/metatag/issues/2835925
      // @todo https://www.drupal.org/project/metatag/issues/2835925
      'product:price:amount' => 'product_price_amount',
      'product:price:currency' => 'product_price_currency',
      // @todo 'product:availability' => '',
@@ -378,6 +381,7 @@ class MetatagEntities extends ProcessPluginBase {
      // @todo 'product:condition' => '',

      // Pinterest.
      // @todo https://www.drupal.org/project/metatag/issues/2957361
      // @todo '' => 'pinterest_id',
      // @todo '' => 'pinterest_description',
      // @todo '' => 'pinterest_nohover',
@@ -430,7 +434,7 @@ class MetatagEntities extends ProcessPluginBase {
      'msvalidate.01' => 'google',
      'norton-safeweb-site-verification' => 'norton_safe_web',
      'p:domain_verify' => 'pinterest',
      // @todo '' => 'pocket',
      'pocket-site-verification' => 'pocket',
      'yandex-verification' => 'yandex',
      'zoom-domain-verification' => 'zoom-domain-verification',
    ];