You are here

Rights.php in Metatag 8

File

src/Plugin/metatag/Tag/Rights.php
View 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 {

}

Classes

Namesort descending Description
Rights The basic "Rights" meta tag.