Version 1
[yaffs-website] / web / modules / contrib / metatag / metatag_twitter_cards / src / Plugin / metatag / Tag / TwitterCardsAppUrlGooglePlay.php
diff --git a/web/modules/contrib/metatag/metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsAppUrlGooglePlay.php b/web/modules/contrib/metatag/metatag_twitter_cards/src/Plugin/metatag/Tag/TwitterCardsAppUrlGooglePlay.php
new file mode 100644 (file)
index 0000000..eee3121
--- /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's custom URL scheme for Google Play metatag.
+ *
+ * @MetatagTag(
+ *   id = "twitter_cards_app_url_googleplay",
+ *   label = @Translation("Google Play app's custom URL scheme"),
+ *   description = @Translation("The Google Play app's custom URL scheme (must include ""://"" after the scheme name)."),
+ *   name = "twitter:app:url:googleplay",
+ *   group = "twitter_cards",
+ *   weight = 308,
+ *   type = "string",
+ *   secure = FALSE,
+ *   multiple = FALSE
+ * )
+ */
+class TwitterCardsAppUrlGooglePlay extends MetaNameBase {
+}