@atlaskit/editor-plugin-block-controls
Version:
Block controls plugin for @atlaskit/editor-core
11 lines (10 loc) • 463 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.maxLayoutColumnSupported = exports.MIN_LAYOUT_COLUMN = void 0;
var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
var maxLayoutColumnSupported = exports.maxLayoutColumnSupported = function maxLayoutColumnSupported() {
return (0, _experiments.editorExperiment)('advanced_layouts', true) ? 5 : 3;
};
var MIN_LAYOUT_COLUMN = exports.MIN_LAYOUT_COLUMN = 2;