From e0e898be7be35fbfdca5283069a9de981e279b24 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Tue, 23 Jul 2024 14:22:22 +0200 Subject: [PATCH 01/11] code typoscript highlight --- Documentation/Configuration/TypoScriptReference/Constants.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Configuration/TypoScriptReference/Constants.rst b/Documentation/Configuration/TypoScriptReference/Constants.rst index 06f1120..4c5657e 100644 --- a/Documentation/Configuration/TypoScriptReference/Constants.rst +++ b/Documentation/Configuration/TypoScriptReference/Constants.rst @@ -16,7 +16,7 @@ Enable / disable some options :type: bool :Default: false - If :php:`true`, something is enabled... + If :typoscript:`true`, something is enabled... Example:: From 61d2d4329866595a07e5cf528e2d7f7099c2a5f0 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Tue, 23 Jul 2024 14:24:35 +0200 Subject: [PATCH 02/11] code in typoscript --- Documentation/Configuration/TypoScriptReference/Setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Configuration/TypoScriptReference/Setup.rst b/Documentation/Configuration/TypoScriptReference/Setup.rst index 19840da..b74cdd1 100644 --- a/Documentation/Configuration/TypoScriptReference/Setup.rst +++ b/Documentation/Configuration/TypoScriptReference/Setup.rst @@ -15,7 +15,7 @@ Enable / disable some options :type: bool, stdWrap :Default: false - If :php:`TRUE`, something is enabled... + If :typoscript:`true`, something is enabled... Example:: From 0264badc5553482d9367bdb18084fa667bd6bdf2 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Tue, 23 Jul 2024 14:33:43 +0200 Subject: [PATCH 03/11] There is no true in TypoScript --- .../Configuration/TypoScriptReference/Constants.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/Configuration/TypoScriptReference/Constants.rst b/Documentation/Configuration/TypoScriptReference/Constants.rst index 4c5657e..4ea728c 100644 --- a/Documentation/Configuration/TypoScriptReference/Constants.rst +++ b/Documentation/Configuration/TypoScriptReference/Constants.rst @@ -14,14 +14,14 @@ Enable / disable some options .. confval:: enableThis :type: bool - :Default: false + :Default: 0 - If :typoscript:`true`, something is enabled... + If :php:`true` or :typoscript:`1`, something is enabled... Example:: plugin.tx_example.settings { - enableThis = true + enableThis = 1 } Configure page ids From 95748dfda52ad8680750f1bda3dd4b429b26053b Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Tue, 23 Jul 2024 14:34:52 +0200 Subject: [PATCH 04/11] No TypoScript true but 1 --- Documentation/Configuration/TypoScriptReference/Setup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Configuration/TypoScriptReference/Setup.rst b/Documentation/Configuration/TypoScriptReference/Setup.rst index b74cdd1..3962879 100644 --- a/Documentation/Configuration/TypoScriptReference/Setup.rst +++ b/Documentation/Configuration/TypoScriptReference/Setup.rst @@ -13,9 +13,9 @@ Enable / disable some options .. confval:: enableThat :type: bool, stdWrap - :Default: false + :Default: 0 - If :typoscript:`true`, something is enabled... + If :php:`true` or :typoscript:`1` something is enabled... Example:: From 797c2637755ab3aed75a6b56706376d3c85024c0 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Tue, 23 Jul 2024 14:43:03 +0200 Subject: [PATCH 05/11] use then instead of comma --- Documentation/Configuration/TypoScriptReference/Constants.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Configuration/TypoScriptReference/Constants.rst b/Documentation/Configuration/TypoScriptReference/Constants.rst index 4ea728c..862f776 100644 --- a/Documentation/Configuration/TypoScriptReference/Constants.rst +++ b/Documentation/Configuration/TypoScriptReference/Constants.rst @@ -16,7 +16,7 @@ Enable / disable some options :type: bool :Default: 0 - If :php:`true` or :typoscript:`1`, something is enabled... + If :php:`true` or :typoscript:`1` then something is enabled... Example:: From e0696680a72be382e57ca4526b2b748d628263ba Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Tue, 23 Jul 2024 14:43:31 +0200 Subject: [PATCH 06/11] add then --- Documentation/Configuration/TypoScriptReference/Setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Configuration/TypoScriptReference/Setup.rst b/Documentation/Configuration/TypoScriptReference/Setup.rst index 3962879..9735090 100644 --- a/Documentation/Configuration/TypoScriptReference/Setup.rst +++ b/Documentation/Configuration/TypoScriptReference/Setup.rst @@ -15,7 +15,7 @@ Enable / disable some options :type: bool, stdWrap :Default: 0 - If :php:`true` or :typoscript:`1` something is enabled... + If :php:`true` or :typoscript:`1` then something is enabled... Example:: From e9bde69bb8ea60a9e0289376dff01adf520094f2 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Tue, 23 Jul 2024 18:46:24 +0200 Subject: [PATCH 07/11] TSConfig = 1 equals PHP = true --- Documentation/Configuration/TSconfig.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/Configuration/TSconfig.rst b/Documentation/Configuration/TSconfig.rst index e9658c3..78014e8 100644 --- a/Documentation/Configuration/TSconfig.rst +++ b/Documentation/Configuration/TSconfig.rst @@ -30,11 +30,11 @@ User TSconfig :type: bool :Default: false - If :typoscript:`true`, something is enabled... + If :php:`true` or :typoscript:`1` then something is enabled. Example:: - tx_myextension.enableSomething = true + tx_myextension.enableSomething = 1 .. index:: @@ -49,8 +49,8 @@ Page TSconfig :type: int :Default: 5 - This value limits something. If it is set to :typoscript:`0` the thing will - be unlimited... + This value limits something. If it is set to :typoscript:`0` something will + be unlimited. Example, limit something to 10:: From eb41097e854c374d9c6ccd37d785d119330bb042 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Wed, 24 Jul 2024 14:00:38 +0200 Subject: [PATCH 08/11] remove "true", keep only "1" --- Documentation/Configuration/TSconfig.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Configuration/TSconfig.rst b/Documentation/Configuration/TSconfig.rst index 78014e8..35d89d9 100644 --- a/Documentation/Configuration/TSconfig.rst +++ b/Documentation/Configuration/TSconfig.rst @@ -30,7 +30,7 @@ User TSconfig :type: bool :Default: false - If :php:`true` or :typoscript:`1` then something is enabled. + If :typoscript:`1` then something is enabled. Example:: From c1763e7568577de91085c3ddac810d1b72afb4c6 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Wed, 24 Jul 2024 14:01:41 +0200 Subject: [PATCH 09/11] remove "true", keep only "1" --- Documentation/Configuration/TypoScriptReference/Setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Configuration/TypoScriptReference/Setup.rst b/Documentation/Configuration/TypoScriptReference/Setup.rst index 9735090..1fb0f5e 100644 --- a/Documentation/Configuration/TypoScriptReference/Setup.rst +++ b/Documentation/Configuration/TypoScriptReference/Setup.rst @@ -15,7 +15,7 @@ Enable / disable some options :type: bool, stdWrap :Default: 0 - If :php:`true` or :typoscript:`1` then something is enabled... + If :typoscript:`1` then something is enabled... Example:: From 78c1a5a73a0d6d04df20a97e03f9913fe8c9117b Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Wed, 24 Jul 2024 14:06:07 +0200 Subject: [PATCH 10/11] remove "true", keep only "1" --- Documentation/Configuration/TypoScriptReference/Constants.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Configuration/TypoScriptReference/Constants.rst b/Documentation/Configuration/TypoScriptReference/Constants.rst index 862f776..53928e8 100644 --- a/Documentation/Configuration/TypoScriptReference/Constants.rst +++ b/Documentation/Configuration/TypoScriptReference/Constants.rst @@ -16,7 +16,7 @@ Enable / disable some options :type: bool :Default: 0 - If :php:`true` or :typoscript:`1` then something is enabled... + If :typoscript:`1` then something is enabled. Example:: From bc2dfd61c09b642665e0a01cb463f8a3df0614dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Wed, 24 Jul 2024 17:13:56 +0200 Subject: [PATCH 11/11] Update Documentation/Configuration/TSconfig.rst --- Documentation/Configuration/TSconfig.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Configuration/TSconfig.rst b/Documentation/Configuration/TSconfig.rst index 35d89d9..f30b2a5 100644 --- a/Documentation/Configuration/TSconfig.rst +++ b/Documentation/Configuration/TSconfig.rst @@ -28,7 +28,7 @@ User TSconfig .. confval:: enableSomething :type: bool - :Default: false + :Default: 0 If :typoscript:`1` then something is enabled.