From 9fe49fc6491423f9342aff153f865b3c9142ee12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Wed, 12 Nov 2025 08:53:40 +0100 Subject: [PATCH] [TASK] Fix a wrong code block indentation --- Documentation/PageTsconfig/TceForm.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/PageTsconfig/TceForm.rst b/Documentation/PageTsconfig/TceForm.rst index 80fd991a..f51acfb0 100644 --- a/Documentation/PageTsconfig/TceForm.rst +++ b/Documentation/PageTsconfig/TceForm.rst @@ -1227,14 +1227,14 @@ suggest.searchCondition Example: Only search on pages with doktype=1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - .. code-block:: typoscript - :caption: EXT:site_package/Configuration/page.tsconfig +.. code-block:: typoscript + :caption: EXT:site_package/Configuration/page.tsconfig - TCEFORM.pages.storage_pid.suggest.default { - # Configure the suggest wizard for the field "storage_pid" in table "pages" - # to search only for pages with doktype=1 - searchCondition = doktype=1 - } + TCEFORM.pages.storage_pid.suggest.default { + # Configure the suggest wizard for the field "storage_pid" in table "pages" + # to search only for pages with doktype=1 + searchCondition = doktype=1 + } .. index:: Suggest wizard; Search whole phrase