fe03147b23438ebffb279ca1f87e26c6f942b31b
[yaffs-website] / TwitterCardsAppIdIpad.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 id for ipad metatag.
9  *
10  * @MetatagTag(
11  *   id = "twitter_cards_app_id_ipad",
12  *   label = @Translation("iPad app ID"),
13  *   description = @Translation("String value, should be the numeric representation of your iPad app's ID in the App Store."),
14  *   name = "twitter:app:id:ipad",
15  *   group = "twitter_cards",
16  *   weight = 304,
17  *   type = "string",
18  *   secure = FALSE,
19  *   multiple = FALSE
20  * )
21  */
22 class TwitterCardsAppIdIpad extends MetaNameBase {
23 }