You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
We need to add checklists gutenberg panel and hook into post saving filter to solve the following issues:
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.The text was updated successfully, but these errors were encountered: