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
66978172
Commit
66978172
authored
Sep 08, 2025
by
Яков
Browse files
update
parent
1e19b5e9
Changes
2
Show whitespace changes
Inline
Side-by-side
package.json
View file @
66978172
{
{
"name"
:
"react-ag-qeditor"
,
"name"
:
"react-ag-qeditor"
,
"version"
:
"1.1.1
8
"
,
"version"
:
"1.1.1
9
"
,
"description"
:
"WYSIWYG html editor"
,
"description"
:
"WYSIWYG html editor"
,
"author"
:
"atma"
,
"author"
:
"atma"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
src/extensions/Iframe.js
View file @
66978172
...
@@ -34,6 +34,7 @@ const Iframe = Node.create({
...
@@ -34,6 +34,7 @@ const Iframe = Node.create({
renderHTML
({
HTMLAttributes
})
{
renderHTML
({
HTMLAttributes
})
{
HTMLAttributes
.
allowfullscreen
=
1
;
HTMLAttributes
.
allowfullscreen
=
1
;
HTMLAttributes
.
allow
=
"
fullscreen
"
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