Commit 8883613f authored by Яков's avatar Яков
Browse files

update fix issue

parent a05a4b35
{
"name": "react-ag-qeditor",
"version": "1.1.66",
"version": "1.1.67",
"description": "WYSIWYG html editor",
"author": "atma",
"license": "MIT",
......
......@@ -33,8 +33,8 @@ const toolsInit = {
},
{ type: 'g', items: ['emoji'] },
{ type: 'g', items: ['clearMarks', 'blockquote', 'hr'] },
{ type: 'g', items: ['codeBlock'] },
{ type: 'g', items: ['clearMarks'] },
{ type: 's', toggle: false, items: ['blockquote', 'hr', 'codeBlock'] },
// ─── разделитель ───
{ type: 'g', items: ['|'] },
......@@ -61,6 +61,7 @@ const toolsInit = {
{ type: 'g', items: ['file'] },
{ type: 'g', items: ['iframe_custom'] },
{ type: 'g', items: ['export_pdf'] },
],
'text': [
{
......
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