make views yaml expression even more explicit
This commit is contained in:
parent
9238f4fea5
commit
683d940f94
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
"Neos.Media.Browser": "resource://Neos.Media.Browser/Private/Partials"
|
"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:
|
options:
|
||||||
templateRootPaths:
|
templateRootPaths:
|
||||||
"DigiComp.AssetAttributes": "resource://DigiComp.AssetAttributes/Private/Templates"
|
"DigiComp.AssetAttributes": "resource://DigiComp.AssetAttributes/Private/Templates"
|
||||||
|
|
Loading…
Add table
Reference in a new issue