metatag-8.x-1.x-dev/metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsPlayerHeight.php
metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsPlayerHeight.php
<?php
namespace Drupal\metatag_twitter_cards\Plugin\metatag\Tag;
use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
/**
* The Twitter Cards player height metatag.
*
* @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 the Player Card type."),
* name = "twitter:player:height",
* group = "twitter_cards",
* weight = 402,
* type = "integer",
* secure = FALSE,
* multiple = FALSE
* )
*/
class TwitterCardsPlayerHeight extends MetaNameBase {
}
