Version 1
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Group / Advanced.php
diff --git a/web/modules/contrib/metatag/src/Plugin/metatag/Group/Advanced.php b/web/modules/contrib/metatag/src/Plugin/metatag/Group/Advanced.php
new file mode 100644 (file)
index 0000000..a0785cc
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+
+namespace Drupal\metatag\Plugin\metatag\Group;
+
+
+/**
+ * The advanced group.
+ *
+ * @MetatagGroup(
+ *   id = "advanced",
+ *   label = @Translation("Advanced"),
+ *   description = @Translation("Meta tags that might not be needed by many sites."),
+ *   weight = 2
+ * )
+ */
+class Advanced extends GroupBase {
+  // Inherits everything from Base.
+}