diff --git a/Documentation/TopLevelObjects/Page/Index.rst b/Documentation/TopLevelObjects/Page/Index.rst index 58750d548..4c7e7c83b 100644 --- a/Documentation/TopLevelObjects/Page/Index.rst +++ b/Documentation/TopLevelObjects/Page/Index.rst @@ -591,9 +591,14 @@ Properties For each key the following sub-properties are available: + `attribute` + Sets the attribute for the meta tag. If it is not defined, the + default :html:`name` is used. + `httpEquivalent` If set to 1, the :html:`http-equiv` attribute is used in the meta tag instead of the :html:`name` attribute. Default: 0. + `replace` If set to 1, the tag will replace the one set earlier by a plugin. If set to 0 (default), the meta tag generated by the plugin will be used. If