Commit bcb3e7d7 by Рамис

bug fix video

parent 670bcebc
...@@ -45,7 +45,7 @@ const ToolBar = ({ editor, toolsLib = [] }) => { ...@@ -45,7 +45,7 @@ const ToolBar = ({ editor, toolsLib = [] }) => {
type: 'g', type: 'g',
items: [ items: [
'link', 'link',
'file', // 'file',
'image', 'image',
'video', 'video',
'iframe', 'iframe',
......
...@@ -14,6 +14,9 @@ const Video = Node.create({ ...@@ -14,6 +14,9 @@ const Video = Node.create({
}, },
"poster": { "poster": {
default: null 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