Is there any option to have each layout in one dir cofigured in bootstrap file?
Code:
/layouts
../defaultLayout
../one-col-layout
In the app one controller should use layout from defaultLayout dir and other from one-col-layout dir.
Is it possible to set a couple of dir paths where script should look for files?