784d6fd65082139be89eca7b739882b5d4cde328
[yaffs-website] / TwitterCardsAppUrlIpad.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 app's custom URL scheme for ipad metatag.
9  *
10  * @MetatagTag(
11  *   id = "twitter_cards_app_url_ipad",
12  *   label = @Translation("iPad app's custom URL scheme"),
13  *   description = @Translation("The iPad app's custom URL scheme (must include ""://"" after the scheme name)."),
14  *   name = "twitter:app:url:ipad",
15  *   group = "twitter_cards",
16  *   weight = 305,
17  *   type = "uri",
18  *   secure = FALSE,
19  *   multiple = FALSE
20  * )
21  */
22 class TwitterCardsAppUrlIpad extends MetaNameBase {
23 }