UNPKG

@atlaskit/adf-schema

Version:

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

10 lines 353 B
import { adfNode, ValidatorSpecTransformerName, JSONSchemaTransformerName } from '@atlaskit/adf-schema-generator'; export const confluenceUnsupportedBlock = adfNode('confluenceUnsupportedBlock').define({ ignore: [JSONSchemaTransformerName, ValidatorSpecTransformerName], attrs: { cxhtml: { type: 'string', default: null } } });