Commit 9e3b2797 authored by Damien McKenna's avatar Damien McKenna Committed by Damien McKenna
Browse files

Issue #3362195 by DamienMcKenna, jayvolk: Wording improvements for Twitter...

Issue #3362195 by DamienMcKenna, jayvolk: Wording improvements for Twitter Player Card field descriptions.
parent 9c957c31
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ g#3363315 by DamienMcKenna: metatag_post_update_convert_author_data() doesn't
  given.
#3363366 by marcoscano, DamienMcKenna: metatag_generate_entity_metatags() no
  longer accepts NULL, causing BC-breaking change.
#3362195 by DamienMcKenna, jayvolk: Wording improvements for Twitter Player Card
  field descriptions.


Metatag 8.x-1.24, 2023-05-26
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
 * @MetatagTag(
 *   id = "twitter_cards_player",
 *   label = @Translation("Media player URL"),
 *   description = @Translation("The full URL for loading a media player. Required when using a Media player card."),
 *   description = @Translation("The full URL for loading a media player, specifically an iframe for an embedded video rather than the URL to a page that contains a player. Required when using the Player Card type."),
 *   name = "twitter:player",
 *   group = "twitter_cards",
 *   weight = 400,
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
 * @MetatagTag(
 *   id = "twitter_cards_player_height",
 *   label = @Translation("Media player height"),
 *   description = @Translation("The height of the media player iframe, in pixels. Required when using a Media player card."),
 *   description = @Translation("The height of the media player iframe, in pixels. Required when using the Player Card type."),
 *   name = "twitter:player:height",
 *   group = "twitter_cards",
 *   weight = 402,
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
 * @MetatagTag(
 *   id = "twitter_cards_player_width",
 *   label = @Translation("Media player width"),
 *   description = @Translation("The width of the media player iframe, in pixels. Required when using a Media player card."),
 *   description = @Translation("The width of the media player iframe, in pixels. Required when using the Player Card type."),
 *   name = "twitter:player:width",
 *   group = "twitter_cards",
 *   weight = 401,