UNPKG

@atlaskit/adf-schema

Version:

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

18 lines (17 loc) 541 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.unsupportedNodeAttribute = void 0; var _adfSchemaGenerator = require("@atlaskit/adf-schema-generator"); var unsupportedNodeAttribute = exports.unsupportedNodeAttribute = (0, _adfSchemaGenerator.adfMark)('unsupportedNodeAttribute').define({ ignore: [_adfSchemaGenerator.JSONSchemaTransformerName, _adfSchemaGenerator.ValidatorSpecTransformerName], attrs: { unsupported: { type: 'object' }, type: { type: 'string' } } });