Discussed in #108, Canvas expects a src parameter on iframe deeplink resources. Even if the URL of the deeplink is set, nothing will be rendered if src is not present. This PR adds the src parameter to the existing height and width values.
Testing
Tests were added. I also ran this in a dev instance against Canvas to verify the functionality is behaving as expected.
[x] I have added automated tests for my changes
[x] I ran composer test before opening this PR
[x] I ran composer lint-fix before opening this PR
Summary of Changes
Discussed in #108, Canvas expects a
src
parameter on iframe deeplink resources. Even if the URL of the deeplink is set, nothing will be rendered ifsrc
is not present. This PR adds thesrc
parameter to the existingheight
andwidth
values.Testing
Tests were added. I also ran this in a dev instance against Canvas to verify the functionality is behaving as expected.
composer test
before opening this PRcomposer lint-fix
before opening this PR