7 lines
340 B
Plaintext
7 lines
340 B
Plaintext
%iframe{"ng-if" => "component",
|
|
"ng-attr-id" => "component-{{component.uuid}}",
|
|
"ng-src" => "{{getUrl() | trusted}}", "frameBorder" => "0",
|
|
"sandbox" => "allow-scripts allow-top-navigation-by-user-activation allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-modals",
|
|
"data-component-id" => "{{component.uuid}}"}
|
|
Loading
|