Skip to content

Commit 3350082

Browse files
brotkruemllinawolf
authored andcommitted
[TASK] Add missing page.meta attribute sub-property (#1337)
The more generic `attribute` sub-property can be used to set the attribute to any arbitrary value. An example is already available for the Open Graph meta tags. Therefore, it is more generic than the `httpEquivalent` sub-property. Releases: main, 12.4 (cherry picked from commit 8c43fe7)
1 parent b639c8a commit 3350082

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/TopLevelObjects/Page/Index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -596,9 +596,14 @@ Properties
596596
597597
For each key the following sub-properties are available:
598598
599+
`attribute`
600+
Sets the attribute for the meta tag. If it is not defined, the
601+
default :html:`name` is used.
602+
599603
`httpEquivalent`
600604
If set to 1, the :html:`http-equiv` attribute is used in the meta
601605
tag instead of the :html:`name` attribute. Default: 0.
606+
602607
`replace`
603608
If set to 1, the tag will replace the one set earlier by a plugin. If set
604609
to 0 (default), the meta tag generated by the plugin will be used. If

0 commit comments

Comments
 (0)