You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ via auto-inclusion in the package settings.
54
54
Attention: Any routes defined in the global `Routes.yaml` are loaded before this package's routes, so they may be overriden.
55
55
This is especially true for the default Flow subroutes, so make sure you have removed those from your global `Routes.yaml`.
56
56
If you can't remove them, just include the subroutes for this package manually before the Flow subroutes.
57
+
When using this as part of your own plugin keep in mind that you have to add this in your package's `composer.json`. After requiring new packages you have to run `./flow neos.flow:package:rescan` to regenerate to order in which all your packages are loaded.
57
58
58
59
## Basic configuration options
59
60
These are the basic configuration options for e-mails, timeouts etc. You will usually want to adapt these to your application.
0 commit comments