Rights.php in Metatag 8
Same filename in this branch
Namespace
Drupal\metatag\Plugin\metatag\TagFile
src/Plugin/metatag/Tag/Rights.phpView source
<?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 {
}