X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fmetatag%2Fmetatag_twitter_cards%2Fsrc%2FPlugin%2Fmetatag%2FTag%2FTwitterCardsType.php;fp=web%2Fmodules%2Fcontrib%2Fmetatag%2Fmetatag_twitter_cards%2Fsrc%2FPlugin%2Fmetatag%2FTag%2FTwitterCardsType.php;h=9ae322f50e2e511430d22445461f5ed9ec4ccf45;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hp=f7ee669332a9987043250221426bfef4a1044ea7;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/modules/contrib/metatag/metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsType.php b/web/modules/contrib/metatag/metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsType.php index f7ee66933..9ae322f50 100644 --- a/web/modules/contrib/metatag/metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsType.php +++ b/web/modules/contrib/metatag/metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsType.php @@ -10,7 +10,7 @@ use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase; * @MetatagTag( * id = "twitter_cards_type", * label = @Translation("Twitter card type"), - * description = @Translation("Notes: no other fields are required for a Summary card, a Photo card requires the 'image' field, a Media player card requires the 'title', 'description', 'media player URL', 'media player width', 'media player height' and 'image' fields, a Summary Card with Large Image card requires the 'Summary' field and the 'image' field, a Gallery Card requires all the 'Gallery Image' fields, an App Card requires the 'iPhone app ID' field, the 'iPad app ID' field and the 'Google Play app ID' field, a Product Card requires the 'description' field, the 'image' field, the 'Label 1' field, the 'Data 1' field, the 'Label 2' field and the 'Data 2' field."), + * description = @Translation("Notes:"), * name = "twitter:card", * group = "twitter_cards", * weight = 1,