make views yaml expression even more explicit
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/functional-tests Pipeline was successful

This commit is contained in:
Ferdinand Kuhl 2023-08-01 15:23:39 +02:00
parent 9238f4fea5
commit 683d940f94

View file

@ -10,7 +10,7 @@
"Neos.Media.Browser": "resource://Neos.Media.Browser/Private/Partials"
-
requestFilter: "parentRequest.isPackage('Neos.Neos') && isFormat('html') && isPackage('Neos.Media.Browser')"
requestFilter: "parentRequest.isPackage('Neos.Neos') && isFormat('html') && isPackage('Neos.Media.Browser') && isAction('edit')"
options:
templateRootPaths:
"DigiComp.AssetAttributes": "resource://DigiComp.AssetAttributes/Private/Templates"