webiny-js icon indicating copy to clipboard operation
webiny-js copied to clipboard

Extract base content model editor

Open Pavel910 opened this issue 3 years ago • 0 comments

Changes

This PR extracts a base content model editor "framework" (like we did with the Page Builder Editor), and makes the base editor composable. This allows us to easily create editor variations with different functionality, sharing the same core (field plugins, d&d mechanics, field layouts).

The existing content model editor was also refactored to use this new base editor, as a test to prove that the "framework" works. The entire concept revolves around composable components.

How Has This Been Tested?

Manually.

Pavel910 avatar Sep 14 '22 23:09 Pavel910