[IMPLEMENTED] Allow pre-selected active content from editor-sdk

The editor sdk has a wonderful pickContents method that shows a content picker dialog with a few options, but I don’t believe there is a way to pass through the already selected items. The SDK/Receiving hooks should have an additional option added for a list of already selected IDs for full functionality.

I will add that asap.

1 Like

This has been implemented. See the overload in the pick method: https://github.com/Squidex/squidex/blob/master/backend/src/Squidex/wwwroot/scripts/editor-sdk.d.ts#L187

This topic was automatically closed after 2 days. New replies are no longer allowed.