madebymany / sir-trevor-js

Rich content editing entirely re-imagined for the web
http://madebymany.github.io/sir-trevor-js/
MIT License
4.51k stars 399 forks source link

Use config.defaultType option for additions #578

Closed assertchris closed 4 years ago

assertchris commented 4 years ago

The Text block type is hard-coded, which makes replacing Text with a custom block messy. This PR seeks to use the configured default block type, which can be overridden.