@blinkk/editor
Version:
Structured content editor with live previews.
14 lines • 448 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FeatureFlags = void 0;
/**
* Feature flags supported by the editor UI.
*/
var FeatureFlags;
(function (FeatureFlags) {
/**
* Flag for ability to create workspaces in the editor.
*/
FeatureFlags["WorkspaceCreate"] = "workspace.create";
})(FeatureFlags = exports.FeatureFlags || (exports.FeatureFlags = {}));
//# sourceMappingURL=features.js.map