Skip to content

Commit

Permalink
Merge pull request #10 from Unikka/bugfix/module-template-override
Browse files Browse the repository at this point in the history
Fix: Limit LayoutPath override to packages of Neos/Neos
  • Loading branch information
markusguenther authored Mar 9, 2021
2 parents 186f0fe + c75c93b commit e4cbc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Views.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-
requestFilter: 'parentRequest.isPackage("Neos.Neos") && parentRequest.isController("Backend\Module") && isFormat("html") && !isPackage("Neos.Media.Browser") && !isController("Module\Management\History")'
requestFilter: 'isPackage("Neos.Neos") && parentRequest.isController("Backend\Module") && isFormat("html") && !isPackage("Neos.Media.Browser") && !isController("Module\Management\History")'
options:
layoutRootPaths:
'Unikka.LoginAs': 'resource://Unikka.LoginAs/Private/Layouts'
Expand Down

0 comments on commit e4cbc31

Please sign in to comment.