We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495e6b2 commit 2ab4eb6Copy full SHA for 2ab4eb6
Configuration/TypoScript/setup.typoscript
@@ -1,5 +1,4 @@
1
-[backend.user.isLoggedIn && (request.getQueryParams()['frontend_editing'] == true || request.getQueryParams()['route'] matches '#^/ajax/frontend-editing/#')]
2
-
+[backend.user.isLoggedIn && (traverse(request.getQueryParams(), 'frontend_editing') == true || traverse(request.getQueryParams(), 'route') matches '#^/ajax/frontend-editing/#')]
3
lib.fluidContent {
4
stdWrap {
5
editIcons = tt_content:header
0 commit comments