contentful-management
Version:
Client for Contentful's Content Management API
17 lines (15 loc) • 540 B
JavaScript
var WidgetNamespace;
(function (WidgetNamespace) {
WidgetNamespace["BUILTIN"] = "builtin";
WidgetNamespace["EXTENSION"] = "extension";
WidgetNamespace["SIDEBAR_BUILTIN"] = "sidebar-builtin";
WidgetNamespace["APP"] = "app";
WidgetNamespace["EDITOR_BUILTIN"] = "editor-builtin";
})(WidgetNamespace || (WidgetNamespace = {}));
const DEFAULT_EDITOR_ID = 'default-editor';
/**
* @internal
*/
const in_ = (key, object) => key in object;
export { DEFAULT_EDITOR_ID, WidgetNamespace, in_ };
//# sourceMappingURL=types.js.map