Skip to content

Commit fd7ad87

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 54ea24d commit fd7ad87

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
@@ -602,9 +602,14 @@ Properties
602602
603603
For each key the following sub-properties are available:
604604
605+
`attribute`
606+
Sets the attribute for the meta tag. If it is not defined, the
607+
default :html:`name` is used.
608+
605609
`httpEquivalent`
606610
If set to 1, the :html:`http-equiv` attribute is used in the meta
607611
tag instead of the :html:`name` attribute. Default: 0.
612+
608613
`replace`
609614
If set to 1, the tag will replace the one set earlier by a plugin. If set
610615
to 0 (default), the meta tag generated by the plugin will be used. If

0 commit comments

Comments
 (0)