Skip to content

Commit

Permalink
Fix inline html markup in Context-sensitive menus (#5001)
Browse files Browse the repository at this point in the history
Co-authored-by: Josef Glatz <[email protected]>
  • Loading branch information
github-actions[bot] and josefglatz authored Nov 6, 2024
1 parent a93978d commit dae2b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/ApiOverview/Backend/ContextualMenu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Markup

* :html:`class="t3js-contextmenutrigger"` with :html:`data-contextmenu-trigger="click"`
* :html:`data-table="pages"` with :html:`data-contextmenu-table="pages"`
* :html:`data-uid="10" with :html:`data-contextmenu-uid="10"`
* :html:`data-context="tree" with :html:`data-contextmenu-context="tree"`
* :html:`data-uid="10"` with :html:`data-contextmenu-uid="10"`
* :html:`data-context="tree"` with :html:`data-contextmenu-context="tree"`

to be compatible with TYPO3 v12+.

Expand Down

0 comments on commit dae2b7a

Please sign in to comment.