Refactor reusable blocks to not depend on the editor module #25853
Labels
[Feature] Synced Patterns
Related to synced patterns (formerly reusable blocks)
[Feature] Widgets Screen
The block-based screen that replaced widgets.php.
Needs Technical Feedback
Needs testing from a developer perspective.
[Type] Code Quality
Issues or PRs that relate to code quality
[Type] Enhancement
A suggestion for improvement.
If we want the widgets editor to allow reusable blocks we need to refactor the reusable blocks functionality to not depend on
@wordpress/editor
as the widgets editor does not use this module.@jorgefilipecosta added a few PRs to remove the dependency on
@wordpress/editor
from the Widgets editor and other places as sometimes the module is used as a convenience instead of for a real need.The text was updated successfully, but these errors were encountered: