UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

11 lines (10 loc) 524 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.extendedPanelC1WithLocalId = void 0; var _nodeTypes = require("../../next-schema/generated/nodeTypes"); var _createPanelNodeSpecOptions = require("./create-panel-node-spec-options"); var extendedPanelC1WithLocalId = exports.extendedPanelC1WithLocalId = function extendedPanelC1WithLocalId(allowCustomPanel) { return (0, _nodeTypes.panelC1Stage0)((0, _createPanelNodeSpecOptions.createPanelNodeSpecOptions)(allowCustomPanel, true)); };