Skip to content
Snippets Groups Projects
Commit aea355f9 authored by neffets's avatar neffets
Browse files

missing src for iframe

parent a6254cc3
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,7 @@ class IframeDefaultFormatter extends FormatterBase {
$options_link['attributes']['title'] = $options['title'];
$srcuri = Url::fromUri($path, $options_link);
$src = $srcuri->toString();
$options['src'] = $src;
$drupal_attributes = new Attribute($options);
# style attribute is filtered while rendering => use style block
......
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