
FLOW3 - Using the same Layouts and Partials for different packages
I had the problem that I want to set up a web project that contains multiple packages. It did take me some time to figure how to handle this and I am still sure, that it is not the best way. The following is, what I want to achieve. I have a base package and multiple sub packages. The base package should contain the layout file that is used for all the other packages as well. So this part was not that hard. There is a function called setLayoutPathAndFilename that can be triggered in the initiali
More