Version 1
[yaffs-website] / web / modules / contrib / metatag / metatag_open_graph_products / src / Plugin / metatag / Group / OpenGraphProducts.php
diff --git a/web/modules/contrib/metatag/metatag_open_graph_products/src/Plugin/metatag/Group/OpenGraphProducts.php b/web/modules/contrib/metatag/metatag_open_graph_products/src/Plugin/metatag/Group/OpenGraphProducts.php
new file mode 100644 (file)
index 0000000..c173afe
--- /dev/null
@@ -0,0 +1,19 @@
+<?php
+
+namespace Drupal\metatag_open_graph_products\Plugin\metatag\Group;
+
+use \Drupal\metatag\Plugin\metatag\Group\GroupBase;
+
+/**
+ * Provides a plugin for the 'Open Graph - Products' meta tag group.
+ *
+ * @MetatagGroup(
+ *   id = "open_graph_products",
+ *   label = @Translation("Open Graph - Products"),
+ *   description = @Translation("These Open Graph meta tags are for describing products."),
+ *   weight = 0,
+ * )
+ */
+class OpenGraphProducts extends GroupBase {
+  // Nothing here yet. Just a placeholder class for a plugin.
+}