Skip to content
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

Open
FollowZero opened this issue Aug 1, 2022 · 4 comments
Open

Winter.Builder doesn't work with this skin #8

FollowZero opened this issue Aug 1, 2022 · 4 comments

Comments

@FollowZero
Copy link

Excuse me, the builder plugin cannot be used for this skin

@LukeTowers
Copy link
Member

yep.

@LukeTowers LukeTowers changed the title sidepanel-flyout Winter.Builder doesn't work with this skin Aug 2, 2022
@algofran
Copy link

algofran commented Sep 7, 2023

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();
        }
    }

@LukeTowers
Copy link
Member

@algofran can you spend a few hours looking into what's causing the Winter.Builder plugin to not play nicely with this plugin?

@algofran
Copy link

algofran commented Sep 7, 2023

@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👌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants