contentful / field-editors

React components and extensions for building Contentful entry editor
https://contentful-field-editors.netlify.app/
MIT License
150 stars 118 forks source link

refactor: Sync inline nodes code with the structure of block nodes [DANTE-1167] #1516

Closed msieroslawska closed 12 months ago

msieroslawska commented 12 months ago

This refactoring PR is the first part of introducing embedded inline cross-space links and is supposed to make the introduction easier. Once we have a similar code structure for block and inline nodes, the effort of adding inline resource links should be lower.

There are no functionality changes in the scope of this PR, only renaming components and moving the code around.