UNPKG

contenido

Version:

Contenido is a library with a set of tools to help you create your own rich text editor on top of draft-js without thinking about how to handle things.

15 lines (13 loc) 292 B
const initialBlockTypes = { H1: 'header-one', H2: 'header-two', H3: 'header-three', H4: 'header-four', H5: 'header-five', H6: 'header-six', OL: 'ordered-list-item', UL: 'unordered-list-item', P: 'paragraph', Blockquote: 'blockquote', }; export default initialBlockTypes;