Hello,
I noticed that when testing only the common app in the advanced app template, the params are not included, any reason for that?
Thanks.
Hello,
I noticed that when testing only the common app in the advanced app template, the params are not included, any reason for that?
Thanks.
I think the defaults are kept simple to avoid confusion, even frontend and backend dont include params for testing, if you like you can include them yourself pretty easy
<?php
return [
//...
'params' => require(__DIR__ . DIRECTORY_SEPARATOR . 'params.php')
];