UNPKG

@atlaskit/editor-plugin-block-controls

Version:

Block controls plugin for @atlaskit/editor-core

5 lines 250 B
import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments'; export var maxLayoutColumnSupported = function maxLayoutColumnSupported() { return editorExperiment('advanced_layouts', true) ? 5 : 3; }; export var MIN_LAYOUT_COLUMN = 2;