@atlaskit/adf-schema
Version:
Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs
16 lines (15 loc) • 322 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.unsupportedNodeAttribute = void 0;
var unsupportedNodeAttribute = {
toDOM: function toDOM() {
return ['span'];
},
attrs: {
type: {},
unsupported: {}
}
};
exports.unsupportedNodeAttribute = unsupportedNodeAttribute;
;