Commit bcb3e7d7 by Рамис

bug fix video

parent 670bcebc
......@@ -45,7 +45,7 @@ const ToolBar = ({ editor, toolsLib = [] }) => {
type: 'g',
items: [
'link',
'file',
// 'file',
'image',
'video',
'iframe',
......
......@@ -14,6 +14,9 @@ const Video = Node.create({
},
"poster": {
default: null
},
"controls": {
default: true
}
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment