-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
[Feature] ExtensibilityThe ability to extend blocks or the editing experienceThe ability to extend blocks or the editing experience[Package] Editor/packages/editor/packages/editor[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Status] In discussionUsed to indicate that an issue is in the process of being discussedUsed to indicate that an issue is in the process of being discussed[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Description
What problem does this address?
Right now, PostLockedModal
is considered a crucial component of the editor and hence its tightly coupled. But with upcoming collaborating editing work in Gutenberg, this would change and since initially this work would be done outside in a plugin, we need the ability to cleanly unhook PostLockedModal
.
What is your proposed solution?
Decouple it and make it use Gutenberg's API to register itself registerPlugin()
, so that externally, we can cleanly remove the component.
Adi-ty
Metadata
Metadata
Assignees
Labels
[Feature] ExtensibilityThe ability to extend blocks or the editing experienceThe ability to extend blocks or the editing experience[Package] Editor/packages/editor/packages/editor[Status] In ProgressTracking issues with work in progressTracking issues with work in progress[Status] In discussionUsed to indicate that an issue is in the process of being discussedUsed to indicate that an issue is in the process of being discussed[Type] EnhancementA suggestion for improvement.A suggestion for improvement.