Skip to content

Commit e4cbc31

Browse files
Merge pull request #10 from Unikka/bugfix/module-template-override
Fix: Limit LayoutPath override to packages of Neos/Neos
2 parents 186f0fe + c75c93b commit e4cbc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration/Views.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-
2-
requestFilter: 'parentRequest.isPackage("Neos.Neos") && parentRequest.isController("Backend\Module") && isFormat("html") && !isPackage("Neos.Media.Browser") && !isController("Module\Management\History")'
2+
requestFilter: 'isPackage("Neos.Neos") && parentRequest.isController("Backend\Module") && isFormat("html") && !isPackage("Neos.Media.Browser") && !isController("Module\Management\History")'
33
options:
44
layoutRootPaths:
55
'Unikka.LoginAs': 'resource://Unikka.LoginAs/Private/Layouts'

0 commit comments

Comments
 (0)