draft-js-import-html
draft-js-import-html copied to clipboard
make INLINE_ELEMENTS, SPECIAL_ELEMENTS, SELF_CLOSING_ELEMENTS options configurable from outside of package
Hello, i want to ask you is this features "make INLINE_ELEMENTS, SPECIAL_ELEMENTS, SELF_CLOSING_ELEMENTS options configurable from outside of package" is in your plan to implement? Because i am using your package because of i need to import html with custom tags into draft js editor. And your plugin is supporting this feature in stateFromElement function when you can defined options parameter. But problem my custom tag is inline element and your plugin parsed it as block element because is not at list of INLINE_ELEMENTS
+1
Please add also: ELEM_ATTR_MAP