-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Winter.Builder doesn't work with this skin #8
Comments
yep. |
not the correct way, but we can skip skin on builder page public function boot()
{
// Only apply skin modifications to the backend context
if ($this->app->runningInBackend() && !\Str::contains($_SERVER['REQUEST_URI'], "winter/builder")) {
$this->applyBackendSkin();
$this->extendBackendControllers();
$this->extendBackendWidgets();
$this->extendBrandSettingsForm();
$this->extendBackendAuthController();
}
} |
@algofran can you spend a few hours looking into what's causing the Winter.Builder plugin to not play nicely with this plugin? |
flyout partials didn't rendered on default.php layout... I manage to put it back, but sidenav not work for some submenus, like permission and version I'll try more👌 |
Excuse me, the builder plugin cannot be used for this skin
The text was updated successfully, but these errors were encountered: