Version 1
[yaffs-website] / web / modules / contrib / metatag / metatag_facebook / src / Plugin / metatag / Tag / FbPages.php
diff --git a/web/modules/contrib/metatag/metatag_facebook/src/Plugin/metatag/Tag/FbPages.php b/web/modules/contrib/metatag/metatag_facebook/src/Plugin/metatag/Tag/FbPages.php
new file mode 100644 (file)
index 0000000..e45baee
--- /dev/null
@@ -0,0 +1,24 @@
+<?php
+
+namespace Drupal\metatag_facebook\Plugin\metatag\Tag;
+
+use \Drupal\metatag\Plugin\metatag\Tag\MetaPropertyBase;
+
+/**
+ * The Facebook "fb:pages" meta tag.
+ *
+ * @MetatagTag(
+ *   id = "fb_pages",
+ *   label = @Translation("Facebook Pages"),
+ *   description = @Translation("Facebook Instant Articles claim URL token."),
+ *   name = "fb:pages",
+ *   group = "facebook",
+ *   weight = 1,
+ *   type = "string",
+ *   secure = FALSE,
+ *   multiple = FALSE
+ * )
+ */
+class FbPages extends MetaPropertyBase {
+  // Nothing here yet. Just a placeholder class for a plugin.
+}