Commit 1e19b5e9 by Яков

update

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