UNPKG

@atlaskit/adf-schema

Version:

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

13 lines (12 loc) 590 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.blockRootOnlyGroup = void 0; var _adfSchemaGenerator = require("@atlaskit/adf-schema-generator"); var _multiBodiedExtension = require("../nodes/multiBodiedExtension"); var blockRootOnlyGroup = exports.blockRootOnlyGroup = (0, _adfSchemaGenerator.adfNodeGroup)('blockRootOnly', [_multiBodiedExtension.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'] });