fix(markdown-widget): support arbitrary component order (#5597)
This commit is contained in:
@ -28,7 +28,6 @@ export default function createEditorComponent(config) {
|
||||
type,
|
||||
icon,
|
||||
widget,
|
||||
// enforce multiline flag, exclude others
|
||||
pattern,
|
||||
fromBlock: bind(fromBlock) || (() => ({})),
|
||||
toBlock: bind(toBlock) || (() => 'Plugin'),
|
||||
|
Reference in New Issue
Block a user