Maintenance view in custom theme
Permalink
Hi,
Within the app.php there is something like 'theme_paths'. I see a key for 'maintenance_mode'.
I want to show a custom maintenance_mode page, with a custom theme (in a package).
My idea was to enter next code in the overridable app.php:
but this doesn't seem to work. As far as I can see, the maintenance view is always the 'concrete' theme (hardcoded), or am I wrong?
SnefIT
Within the app.php there is something like 'theme_paths'. I see a key for 'maintenance_mode'.
I want to show a custom maintenance_mode page, with a custom theme (in a package).
My idea was to enter next code in the overridable app.php:
... 'maintenance_mode' => 'theme handle' ...
but this doesn't seem to work. As far as I can see, the maintenance view is always the 'concrete' theme (hardcoded), or am I wrong?
SnefIT