UNPKG

@atlaskit/adf-schema

Version:

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

8 lines (7 loc) 190 B
/** * @name doc_node */ export var doc = { content: '(block|layoutSection)+', marks: 'alignment breakout dataConsumer fragment indentation unsupportedMark unsupportedNodeAttribute' };