draft-js-richbuttons-plugin
draft-js-richbuttons-plugin copied to clipboard
Switch from unstyled to paragraph block type
Draft natively supports paragraph
block type (as opposed to only prior option, unstyled
) since https://github.com/facebook/draft-js/commit/e2037984f32de4d3c267f6d43e0588fd124c0168; will amend to follow suit.
Since this requires using a custom blockRenderMap, it currently depends on https://github.com/draft-js-plugins/draft-js-plugins/issues/281 -- hopefully we can get the plugins system to accept block types from plugins without manual override.