UNPKG

@atlaskit/adf-schema

Version:

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

3 lines 283 B
import { panel as panelFactory } from '../../next-schema/generated/nodeTypes'; import { createPanelNodeSpecOptions } from './create-panel-node-spec-options'; export const extendedPanelWithLocalId = allowCustomPanel => panelFactory(createPanelNodeSpecOptions(allowCustomPanel, true));