Version 1
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / DublinCoreBasic.php
diff --git a/web/modules/contrib/metatag/src/Plugin/metatag/Group/DublinCoreBasic.php b/web/modules/contrib/metatag/src/Plugin/metatag/Group/DublinCoreBasic.php
new file mode 100644 (file)
index 0000000..654f968
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+
+namespace Drupal\metatag\Plugin\metatag\Group;
+
+
+/**
+ * The Dublin Core Basic group.
+ *
+ * @MetatagGroup(
+ *   id = "dublin_core_basic",
+ *   label = @Translation("Dublin Core - Basic tags"),
+ *   description = @Translation("The Dublin Core Metadata Element Set, aka 'Dublin Core meta tags', are a set of internationally standardized metadata tags used to describe content to make identification and classification of content easier; the standards are controlled by the <a href='http://dublincore.org/'>Dublin Core Metadata Initiative (DCMI)</a>."),
+ *   weight = 7
+ * )
+ */
+class DublinCoreBasic extends GroupBase {
+  // Inherits everything from Base.
+}