Skip to content

Commit

Permalink
[DOC] FIx doc for tag record #2284
Browse files Browse the repository at this point in the history
  • Loading branch information
georgringer committed Dec 6, 2023
1 parent 1178763 commit d6eb4e9
Showing 1 changed file with 23 additions and 28 deletions.
51 changes: 23 additions & 28 deletions Documentation/UsersManual/Records/Tag/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,34 +22,29 @@ Properties
.. t3-field-list-table::
:header-rows: 1

- :Field:
Field:
:Description:
Description:

- :Field:
Title
:Description:
Title of the tag. This field is required!

- :Field:
Hidden
:Description:
Hide a tag.

- :Field:
SEO: <title>-Tag
:Description:
Can be used to set a special <title>-Tag for category pages.
This must be enabled in the template:

.. code-block:: html

<f:if condition="{tags.0.title}">
<n:titleTag>
<f:format.htmlentitiesDecode>{tags.0.title}</f:format.htmlentitiesDecode>
</n:titleTag>
</f:if>
- :Field:
Title
:Description:
Title of the tag. This field is required!

- :Field:
Hidden
:Description:
Hide a tag.

- :Field:
SEO: <title>-Tag
:Description:
Can be used to set a special <title>-Tag for category pages.
This must be enabled in the template:

.. code-block:: html

<f:if condition="{tags.0.title}">
<n:titleTag>
<f:format.htmlentitiesDecode>{tags.0.title}</f:format.htmlentitiesDecode>
</n:titleTag>
</f:if>

- :Field:
SEO: Meta-Description
Expand Down

0 comments on commit d6eb4e9

Please sign in to comment.