Version 1
[yaffs-website] / web / modules / contrib / metatag / metatag_twitter_cards / src / Plugin / metatag / Tag / TwitterCardsAppNameGooglePlay.php
diff --git a/web/modules/contrib/metatag/metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsAppNameGooglePlay.php b/web/modules/contrib/metatag/metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsAppNameGooglePlay.php
new file mode 100644 (file)
index 0000000..91dd63f
--- /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 name Google Play metatag.
+ *
+ * @MetatagTag(
+ *   id = "twitter_cards_app_name_googleplay",
+ *   label = @Translation("Google Play app name"),
+ *   description = @Translation("The name of the app in the Google Play app store."),
+ *   name = "twitter:app:name:googleplay",
+ *   group = "twitter_cards",
+ *   weight = 306,
+ *   type = "string",
+ *   secure = FALSE,
+ *   multiple = FALSE
+ * )
+ */
+class TwitterCardsAppNameGooglePlay extends MetaNameBase {
+}