Version 1
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / DublinCoreAdvanced.php
diff --git a/web/modules/contrib/metatag/src/Plugin/metatag/Group/DublinCoreAdvanced.php b/web/modules/contrib/metatag/src/Plugin/metatag/Group/DublinCoreAdvanced.php
new file mode 100644 (file)
index 0000000..a49073d
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+
+namespace Drupal\metatag\Plugin\metatag\Group;
+
+
+/**
+ * The Dublin Core Advanced group.
+ *
+ * @MetatagGroup(
+ *   id = "dublin_core_advanced",
+ *   label = @Translation("Dublin Core - Advanced tags"),
+ *   description = @Translation("These tags are not part of the Metadata Element Set but may be useful for certain scenarios."),
+ *   weight = 8
+ * )
+ */
+class DublinCoreAdvanced extends GroupBase {
+  // Inherits everything from Base.
+}