Merge pull request #7402 from MrPetovan/bug/7401-node-settings-style

Ensures node theme settings are used to render theme embed
This commit is contained in:
Michael Vogel 2019-07-18 06:32:40 +02:00 committed by GitHub
commit dcebf53ecf
No known key found for this signature in database
GPG avaimen ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa

Näytä tiedosto

@ -77,6 +77,9 @@ class Embed extends BaseAdminModule
}
}
// Overrides normal theme style include to strip user param to show embedded theme settings
Renderer::$theme['stylesheet'] = 'view/theme/' . $theme . '/style.pcss';
$t = Renderer::getMarkupTemplate('admin/addons/embed.tpl');
return Renderer::replaceMacros($t, [
'$action' => '/admin/themes/' . $theme . '/embed?mode=minimal',