From beada38c86466ea69c0cf135fcc9500c05698150 Mon Sep 17 00:00:00 2001 From: Roman Abt <noreply@example.com> Date: Fri, 15 Dec 2017 13:01:08 +0100 Subject: [PATCH] [TASK] indexed_search docs: specialConfiguration instead of specConfs Document working typoscript key 'specialConfiguration' instead of 'specConfs'. Releases: master Resolves: #83340 Change-Id: I4d2c0606200f5bcaf991b53fb67e2709a9c45bc5 Reviewed-on: https://review.typo3.org/55092 Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: TYPO3com <no-reply@typo3.com> --- .../Configuration/TypoScript/Index.rst | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/typo3/sysext/indexed_search/Documentation/Configuration/TypoScript/Index.rst b/typo3/sysext/indexed_search/Documentation/Configuration/TypoScript/Index.rst index cee60334b999..871ba59d13a9 100644 --- a/typo3/sysext/indexed_search/Documentation/Configuration/TypoScript/Index.rst +++ b/typo3/sysext/indexed_search/Documentation/Configuration/TypoScript/Index.rst @@ -294,21 +294,21 @@ search.skipExtendToSubpagesChecking -.. _specconfs-pid: +.. _specialConfiguration-pid: -specConfs.[pid] +specialConfiguration.[pid] """"""""""""""" .. container:: table-row Property - specConfs.[pid] + specialConfiguration.[pid] Data type - Description - "specConfs" is an array of objects with properties that can customize + "specialConfiguration" is an array of objects with properties that can customize certain behaviours of the display of a result row depending on it's position in the rootline. For instance you can define that all results which links to pages in a branch from page id 123 should have another @@ -329,15 +329,15 @@ specConfs.[pid] -.. _specconfs-pid-pageicon: +.. _specialConfiguration-pid-pageicon: -specConfs.[pid].pageIcon +specialConfiguration.[pid].pageIcon """""""""""""""""""""""" .. container:: table-row Property - specConfs.[pid].pageIcon + specialConfiguration.[pid].pageIcon Data type :ref:`IMAGE cObject <t3tsref:cobj-image>` @@ -347,15 +347,15 @@ specConfs.[pid].pageIcon -.. _specconfs-pid-csssuffix: +.. _specialConfiguration-pid-csssuffix: -specConfs.[pid].CSSsuffix +specialConfiguration.[pid].CSSsuffix """"""""""""""""""""""""" .. container:: table-row Property - specConfs.[pid].CSSsuffix + specialConfiguration.[pid].CSSsuffix Data type string -- GitLab