Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Documentation/TopLevelObjects/Page/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading