Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Options button on page builder not working in admin #161

Open
tokobaku opened this issue Oct 10, 2019 · 3 comments
Open

Options button on page builder not working in admin #161

tokobaku opened this issue Oct 10, 2019 · 3 comments

Comments

@tokobaku
Copy link

tokobaku commented Oct 10, 2019

Problem:
When you try to click on options button (gear icon) it does nothing.

Expected outcome:
There should be a popup where you can configure different options.

I'm using fresh installation of module.

@ghost
Copy link

ghost commented Oct 21, 2019

@tokobaku You can fix this by adding the following code to view/adminhtml/layout/blog_post_edit.xml via composer patch, or other appropriate means.

<referenceContainer name="before.body.end">
    <uiComponent name="pagebuilder_modal_form" />
</referenceContainer>

WARNING: This will break if PageBuilder is not installed/enabled as the pagebuilder_modal_form component will not exist.

For a real fix, the layout should only include this UI Component if pagebuilder exists.

@tokobaku
Copy link
Author

@rob-aimes Thanks it worked! I'll close the issue

@ghost
Copy link

ghost commented Oct 21, 2019

@tokobaku It's still an issue with the module so I'd leave it open, I'm just providing a workaround.

@tokobaku tokobaku reopened this Oct 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant