a16922e0dbadccba45ce5cc596d4797d7ead901d
[yaffs-website] / TwitterCardsAppNameIpad.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 name for ipad metatag.
9  *
10  * @MetatagTag(
11  *   id = "twitter_cards_app_name_ipad",
12  *   label = @Translation("iPad app name"),
13  *   description = @Translation("The name of the iPad app."),
14  *   name = "twitter:app:name:ipad",
15  *   group = "twitter_cards",
16  *   weight = 303,
17  *   type = "string",
18  *   secure = FALSE,
19  *   multiple = FALSE
20  * )
21  */
22 class TwitterCardsAppNameIpad extends MetaNameBase {
23 }