contentful / ui-extensions-sdk

A JavaScript library to develop custom apps for Contentful
https://www.contentful.com/developers/docs/extensibility/app-framework/
MIT License
126 stars 31 forks source link

Support for cross-space reference in the app-sdk #2050

Open vipulchadda opened 1 month ago

vipulchadda commented 1 month ago

We would like to use the field editor for cross-space reference fields but the selectSingleResourceEntity and selectMultipleResourceEntities methods in sdk.dialogs are not available yet. The field editor code specifies the app-sdk version needs to be updated for this to work: https://github.com/contentful/field-editors/blob/master/packages/reference/src/resources/useResourceLinkActions.ts#L42

Is there a tentative timeline for when this will be available in the app-sdk?

vipulchadda commented 1 week ago

Any update on when this will be available to use?