@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
7 lines • 400 B
JavaScript
import { adfNodeGroup } from '@atlaskit/adf-schema-generator';
import { multiBodiedExtension } from '../nodes/multiBodiedExtension';
export const blockRootOnlyGroup = adfNodeGroup('blockRootOnly', [multiBodiedExtension], {
// @DSLCompatibilityException - Generated JSON Schema does not have this.
// We should introduce this to the JSON Schema since it is in PM Spec
ignore: ['json-schema']
});