Conversation
Notices
-
Embed this notice
@grischa The theme name must also be included in the system.allowed_themes config value.
-
Embed this notice
@grischa Please don't edit any of the files in the static/ folder as they are meant as default values for all nodes. You should be able to set it in config/local.config.php like this:
return [
...
'system' => [
...
'allowed_themes' => 'frio,vier,congelado',
...
],
];
-
Embed this notice
@hypolite I added it to config/local.config.php, this does not seem to be the right place?