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

Make MultipleReferenceEditor content types configurable via props #1649

Open sbuys opened 1 month ago

sbuys commented 1 month ago

Currently this pulls from all content types via const allContentTypes = props.sdk.space.getCachedContentTypes();

This limits configurability of the field for use cases where we'd like to limit content types based on some other criteria (e.g. another field value)

github-actions[bot] commented 3 weeks ago

Marking issue as stale since there was no activity for 30 days