Version 1
[yaffs-website] / web / modules / contrib / metatag / src / Plugin / metatag / Tag / Rights.php
diff --git a/web/modules/contrib/metatag/src/Plugin/metatag/Tag/Rights.php b/web/modules/contrib/metatag/src/Plugin/metatag/Tag/Rights.php
new file mode 100644 (file)
index 0000000..df692ee
--- /dev/null
@@ -0,0 +1,22 @@
+<?php
+
+namespace Drupal\metatag\Plugin\metatag\Tag;
+
+/**
+ * The basic "Rights" meta tag.
+ *
+ * @MetatagTag(
+ *   id = "rights",
+ *   label = @Translation("Rights"),
+ *   description = @Translation("Details about intellectual property, such as copyright or trademarks; does not automatically protect the site's content or intellectual property."),
+ *   name = "rights",
+ *   group = "advanced",
+ *   weight = 5,
+ *   type = "label",
+ *   secure = FALSE,
+ *   multiple = FALSE
+ * )
+ */
+class Rights extends MetaNameBase {
+  // Nothing here yet. Just a placeholder class for a plugin.
+}