Commit 1e19b5e9 by Яков

update

parent 888bc1b5
{
"name": "react-ag-qeditor",
"version": "1.1.17",
"version": "1.1.18",
"description": "WYSIWYG html editor",
"author": "atma",
"license": "MIT",
......
......@@ -457,7 +457,7 @@ const QEditor = ({
}
},
insertToggleBlock: {
title: 'Переключаемый блок',
title: 'Раскрывающийся список',
onClick: () =>
editor.commands.insertContent([
{
......
......@@ -33,6 +33,7 @@ const Iframe = Node.create({
},
renderHTML ({HTMLAttributes}) {
HTMLAttributes.allowfullscreen = 1;
return ['iframe', mergeAttributes(HTMLAttributes)]
},
......
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