Open FollowZero opened 2 years ago
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?
@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