contentstack / ui-extensions-sdk

The function of Contentstack's UI can be extended by adding custom widgets and fields through extensions. The following Extensions SDK gives an overview of different custom extensions for you to add to the Contentstack app.
MIT License
21 stars 12 forks source link

Import ContentstackUIExtension module #13

Closed sdailly closed 3 years ago

sdailly commented 3 years ago

Hello,

It is possible to import ContentstackUIExtension directly with a import like :

import ContentstackUIExtension from "@contentstack/ui-extensions-sdk";
ContentstackUIExtension.init().then((extension: any) => {
}

My objective is create extensions with VueJs and ContentstackUIExtension does not seem to work

Thank you. Have a good day.