Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TASK] Move content of "Data Types" #1459

Merged
merged 5 commits into from
Dec 5, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Documentation/ContentObjects/Hmenu/Tmenu/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ These properties are all the item states used by :typoscript:`TMENU`.
.. warning::

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

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

.. confval:: target
:name: menu-common-properties-target
:type: :ref:`data-type-target`
:type: string
froemken marked this conversation as resolved.
Show resolved Hide resolved
:Default: self

Target of the menu links
Expand Down
2 changes: 1 addition & 1 deletion Documentation/ContentObjects/Hmenu/Tmenu/Tmenuitem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Properties

.. confval:: altTarget
:name: tmenuitem-altTarget
:type: :ref:`data-type-target`
:type: string

Alternative target overriding the target property of the
ref:`TMENU <tmenu>`, if set.
Expand Down
Loading
Loading