File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -241,10 +241,10 @@ You can change any template via the default method using `Views.yaml`. Please se
241
241
http://flowframework.readthedocs.io/en/stable/TheDefinitiveGuide/PartIII/ModelViewController.html#configuring-views-through-views-yaml.
242
242
Here's an example how to plug your own login template:
243
243
244
- ```
244
+ ```YAML
245
245
246
246
-
247
- requestFilter: 'isPackage("Sandstorm.UserManagement") && isController("Login") && isAction("login")'
247
+ requestFilter: 'mainRequest.isPackage("Neos.Neos") && isPackage("Sandstorm.UserManagement") && isController("Login") && isAction("login")'
248
248
options:
249
249
templatePathAndFilename: 'resource://Your.Package/Private/Templates/Login/Login.html'
250
250
partialRootPaths: ['resource://Your.Package/Private/Partials']
You can’t perform that action at this time.
0 commit comments