Skip to content

Decouple PostLockedModal from Editor component #70537

@ashfame

Description

@ashfame

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.

Metadata

Metadata

Assignees

Labels

[Feature] ExtensibilityThe ability to extend blocks or the editing experience[Package] Editor/packages/editor[Status] In ProgressTracking issues with work in progress[Status] In discussionUsed to indicate that an issue is in the process of being discussed[Type] EnhancementA suggestion for improvement.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions