UNPKG

@atlaskit/adf-schema

Version:

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

5 lines 327 B
import { panel as panelFactory } from '../../next-schema/generated/nodeTypes'; import { createPanelNodeSpecOptions } from './create-panel-node-spec-options'; export var extendedPanelWithLocalId = function extendedPanelWithLocalId(allowCustomPanel) { return panelFactory(createPanelNodeSpecOptions(allowCustomPanel, true)); };