From d6eb4e9f67cc1d0690f216cb483a5b95f09e5313 Mon Sep 17 00:00:00 2001 From: Georg Ringer Date: Wed, 6 Dec 2023 10:16:56 +0100 Subject: [PATCH] [DOC] FIx doc for tag record #2284 --- .../UsersManual/Records/Tag/Index.rst | 51 +++++++++---------- 1 file changed, 23 insertions(+), 28 deletions(-) diff --git a/Documentation/UsersManual/Records/Tag/Index.rst b/Documentation/UsersManual/Records/Tag/Index.rst index b6034b9f07..969911f638 100755 --- a/Documentation/UsersManual/Records/Tag/Index.rst +++ b/Documentation/UsersManual/Records/Tag/Index.rst @@ -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: -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