Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / metatag / metatag_pinterest / src / Plugin / metatag / Group / Pinterest.php
diff --git a/web/modules/contrib/metatag/metatag_pinterest/src/Plugin/metatag/Group/Pinterest.php b/web/modules/contrib/metatag/metatag_pinterest/src/Plugin/metatag/Group/Pinterest.php
new file mode 100644 (file)
index 0000000..975f5c3
--- /dev/null
@@ -0,0 +1,19 @@
+<?php
+
+namespace Drupal\metatag_pinterest\Plugin\metatag\Group;
+
+use Drupal\metatag\Plugin\metatag\Group\GroupBase;
+
+/**
+ * The Pinterest group.
+ *
+ * @MetatagGroup(
+ *   id = "pinterest",
+ *   label = @Translation("Pinterest"),
+ *   description = @Translation("A set of meta tags used to control how the site's content is consumed by <a href='https://pinterest.com/'>Pinterest</a>."),
+ *   weight = 4
+ * )
+ */
+class Pinterest extends GroupBase {
+  // Inherits everything from Base.
+}