Skip to content
Snippets Groups Projects
Verified Commit 3cddeda9 authored by Lee Rowlands's avatar Lee Rowlands Committed by Lee Rowlands
Browse files

Issue #3373038 by ambot112, larowlan: Drupal 10 compatibility fixes

parent df55aa8b
No related branches found
Tags 8.x-1.0-rc1
No related merge requests found
name: Link iframe Formatter
description: Link iframe Formatter
type: module
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
dependencies:
- drupal:link
package: Fields
{% spaceless %}
{% apply spaceless %}
<iframe width="{{ width }}" height="{{ height }}" src="{{ url }}" class="{{ class }}" frameborder="0" scrolling="{{ scrolling }}" allowfullscreen></iframe>
{% if original %}
<div class="link-iframe-formatter-original">{{ 'You may view the original link at:'|t }} <a
href="{{ url }}">{{ url }}</a><div>
{% endif %}
{% endspaceless %}
\ No newline at end of file
{% endapply %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment