Skip to content

Commit 4a142f3

Browse files
github-actions[bot]linawolffroemken
authored
[Backport 13.4] [TASK] Move content of "Data Types" (#1464)
* [TASK] Move content of "Data Types" There are no real data types in TypoScript, there are just certain string formats expected in some properties. Where the former "data type" is an expected input for exactly one function, move the expected input to that function. Where it works like a function itself, move it to functions, Move the rest of expected string formats to the syntax but make clear they are no real types. Releases: main, 13.4 * Apply suggestions from code review Co-authored-by: Stefan Frömken <[email protected]> * Update Documentation/Functions/Wrap.rst * Apply suggestions from code review Co-authored-by: Stefan Frömken <[email protected]> * Update Documentation/Functions/Wrap.rst --------- Co-authored-by: lina.wolf <[email protected]> Co-authored-by: Lina Wolf <[email protected]> Co-authored-by: Stefan Frömken <[email protected]>
1 parent ef0d87c commit 4a142f3

File tree

18 files changed

+346
-594
lines changed

18 files changed

+346
-594
lines changed

Documentation/ContentObjects/Hmenu/Tmenu/Index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ These properties are all the item states used by :typoscript:`TMENU`.
4040
.. warning::
4141

4242
Be aware to properly escape menu item content in order to prevent
43-
Cross-site scripting vulnerabilities. It is therefore highly recommended
43+
Cross-site scripting vulnerabilities. It is therefore highly recommended
4444
to use :php:`stdWrap.htmlSpecialChars = 1` in all TMENU item states.
4545

4646
The following Item states are listed from the least to the highest priority:
@@ -287,7 +287,7 @@ Properties
287287

288288
.. confval:: target
289289
:name: menu-common-properties-target
290-
:type: :ref:`data-type-target`
290+
:type: string
291291
:Default: self
292292

293293
Target of the menu links

Documentation/ContentObjects/Hmenu/Tmenu/Tmenuitem.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Properties
193193

194194
.. confval:: altTarget
195195
:name: tmenuitem-altTarget
196-
:type: :ref:`data-type-target`
196+
:type: string
197197

198198
Alternative target overriding the target property of the
199199
ref:`TMENU <tmenu>`, if set.

0 commit comments

Comments
 (0)