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

Add Checklists gutenberg panel #567

Closed
olatechpro opened this issue Dec 14, 2023 · 0 comments · Fixed by #568
Closed

Add Checklists gutenberg panel #567

olatechpro opened this issue Dec 14, 2023 · 0 comments · Fixed by #568

Comments

@olatechpro
Copy link
Collaborator

We need to add checklists gutenberg panel and hook into post saving filter to solve the following issues:

  • We're currently utilising wp.data.dispatch('core/editor').lockPostSaving('ppcPublishButton') which is causing conflict with third party plugins like Yoast SEO, Rankmath and so on. Removing the long term lock and replacing it with post update/publish filter that show our panel will solve this issue.
  • According to some user experience report like Create a DocumentSettingsPanel for Checklists instead of a metabox #353, checklists metabox is not always visible to users due to it position thereby causing issues for those that are not familiar with the UI. Adding the checklists sidebar panel will automatically solve this issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant