-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve iframe on react quill textarea #2605
Comments
Can you explain a little better why it is useful to have an iframe and how would you use it? |
@mbarto |
I try to compile MapStore2 today and there is problem with Quill.
Overwriting formats/video with
|
Hi @georgepoulos,
could you please send a screentshoot of chart saved without frame on map ?
this is issue seems related to #2759 add TOCItemsSettings to plugins.js
and to localConfig.json:
mobile
The warning message is due to an override of video functionality to extend the ability to edit iframe on quill textarea and shouldn't cause issues. |
Description
Improve iframe functionality to react quill editor.
Currently the react quill editor uses an iframe component to display video, without the possibility to change width or height of the component.
The aim of this issue is to add a module to react-quill that enable the edit of resize and src of iframes.
This functionality could be useful on get feature template where it's possible to make a iframe view based on one or more variables.
Other useful information (optional):
The text was updated successfully, but these errors were encountered: