contentful / field-editors

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

Make MultipleReferenceEditor content types configurable via props #1649

Open sbuys opened 6 months ago

sbuys commented 6 months 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 5 months ago

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