Version 1
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / Basic.php
diff --git a/web/modules/contrib/metatag/src/Plugin/metatag/Group/Basic.php b/web/modules/contrib/metatag/src/Plugin/metatag/Group/Basic.php
new file mode 100644 (file)
index 0000000..eb95b60
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+
+namespace Drupal\metatag\Plugin\metatag\Group;
+
+
+/**
+ * The basic group.
+ *
+ * @MetatagGroup(
+ *   id = "basic",
+ *   label = @Translation("Basic tags"),
+ *   description = @Translation("Simple meta tags."),
+ *   weight = 1
+ * )
+ */
+class Basic extends GroupBase {
+  // Inherits everything from Base.
+}