Problem/Motivation
The iframe module provides an iframe field that allows settings the various attributes of an iframe.
This would provide a robust way to set additional attributes (width, height, etc.).
Proposed resolution
media_iframe could depend on the iframe module and use an iframe field in InlineFrame (instead of an url field).
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 3204574-6.patch | 6.03 KB | jibran |
Issue fork media_iframe-3204574
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jibranHere we go.
Comment #3
jibranComment #5
jibran#3204981: Update config schema will fix the test fails.
Comment #6
jibranThis should be applicable via composer.
Comment #8
jibranCommitted and pushed to 1.0.x.
Comment #9
jibran