Version 1
[yaffs-website] / web / modules / contrib / metatag / metatag_twitter_cards / src / Plugin / metatag / Tag / TwitterCardsAppIdIpad.php
diff --git a/web/modules/contrib/metatag/metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsAppIdIpad.php b/web/modules/contrib/metatag/metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsAppIdIpad.php
new file mode 100644 (file)
index 0000000..fe03147
--- /dev/null
@@ -0,0 +1,23 @@
+<?php
+
+namespace Drupal\metatag_twitter_cards\Plugin\metatag\Tag;
+
+use Drupal\metatag\Plugin\metatag\Tag\MetaNameBase;
+
+/**
+ * The Twitter Cards app id for ipad metatag.
+ *
+ * @MetatagTag(
+ *   id = "twitter_cards_app_id_ipad",
+ *   label = @Translation("iPad app ID"),
+ *   description = @Translation("String value, should be the numeric representation of your iPad app's ID in the App Store."),
+ *   name = "twitter:app:id:ipad",
+ *   group = "twitter_cards",
+ *   weight = 304,
+ *   type = "string",
+ *   secure = FALSE,
+ *   multiple = FALSE
+ * )
+ */
+class TwitterCardsAppIdIpad extends MetaNameBase {
+}