jasonphillips / draft-js-richbuttons-plugin

A plugin for adding rich formatting controls - https://jasonphillips.github.io/draft-js-richbuttons-plugin/
38 stars 14 forks source link

Switch from unstyled to paragraph block type #3

Open jasonphillips opened 8 years ago

jasonphillips commented 8 years ago

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.

jasonphillips commented 8 years ago

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.