UNPKG

@atlaskit/editor-plugin-block-controls

Version:

Block controls plugin for @atlaskit/editor-core

11 lines (10 loc) 479 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.maxLayoutColumnSupported = exports.MIN_LAYOUT_COLUMN = void 0; var _editorExperiment = require("@atlaskit/tmp-editor-statsig/editor-experiment"); var maxLayoutColumnSupported = exports.maxLayoutColumnSupported = function maxLayoutColumnSupported() { return (0, _editorExperiment.editorExperiment)('advanced_layouts', true) ? 5 : 3; }; var MIN_LAYOUT_COLUMN = exports.MIN_LAYOUT_COLUMN = 2;