matchboxdesigngroup / kindling

A WordPress theme that supports the Full Site Editing features.
MIT License
3 stars 0 forks source link

Base editor-js dependencies #49

Closed sstruemph closed 2 months ago

sstruemph commented 2 months ago

This PR adds wp-block-editor to the base dependencies for editor-js.

The dependencies we load cover most of the commonly used WordPress packages required for block development in the editor context. However, whether you need to include additional dependencies depends on the specific functionality and imports used within your editor.js file.

The imports in individual block files are also needed and serve a separate purpose: