aaac427a3302f4d750e3d86a1c3cacf005ec9ae8
[yaffs-website] / TwitterCardsPlayerHeight.php
1 <?php
2
3 namespace Drupal\metatag_twitter_cards\Plugin\metatag\Tag;
4
5 use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
6
7 /**
8  * The Twitter Cards player height metatag.
9  *
10  * @MetatagTag(
11  *   id = "twitter_cards_player_height",
12  *   label = @Translation("Media player height"),
13  *   description = @Translation("The height of the media player iframe, in pixels. Required when using a Media player card."),
14  *   name = "twitter:player:height",
15  *   group = "twitter_cards",
16  *   weight = 402,
17  *   type = "integer",
18  *   secure = FALSE,
19  *   multiple = FALSE
20  * )
21  */
22 class TwitterCardsPlayerHeight extends MetaNameBase {
23 }