Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lib
react-ag-qeditor
Commits
1e19b5e9
Commit
1e19b5e9
authored
Sep 08, 2025
by
Яков
Browse files
update
parent
888bc1b5
Changes
3
Show whitespace changes
Inline
Side-by-side
package.json
View file @
1e19b5e9
{
{
"name"
:
"react-ag-qeditor"
,
"name"
:
"react-ag-qeditor"
,
"version"
:
"1.1.1
7
"
,
"version"
:
"1.1.1
8
"
,
"description"
:
"WYSIWYG html editor"
,
"description"
:
"WYSIWYG html editor"
,
"author"
:
"atma"
,
"author"
:
"atma"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
src/QEditor.jsx
View file @
1e19b5e9
...
@@ -457,7 +457,7 @@ const QEditor = ({
...
@@ -457,7 +457,7 @@ const QEditor = ({
}
}
},
},
insertToggleBlock
:
{
insertToggleBlock
:
{
title
:
'
Переключаемый бл
ок
'
,
title
:
'
Раскрывающийся спис
ок
'
,
onClick
:
()
=>
onClick
:
()
=>
editor
.
commands
.
insertContent
([
editor
.
commands
.
insertContent
([
{
{
...
...
src/extensions/Iframe.js
View file @
1e19b5e9
...
@@ -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
)]
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment