contentful / field-editors

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

chore: use new cross-space entity picker functions #1614

Closed veu closed 4 months ago

veu commented 4 months ago

Update reference and rich text field editors to use the new cross-space entity picker functions (selectSingleResourceEntity and selectMultipleResourceEntities). The new functions return resource links which means we no longer have to convert entries to links in the field editors and this PR is mostly clean up.