Drupal 8 - Inline Template für Iframe usw

Drupal erlaubt <iframe> usw für Default nicht. Eine Lösung:

return [

    '#type' => 'inline_template',

    '#template' => '{{ meininhalt }}',

    '#context' => [ 'meininhalt ' => $inhaltMitHTMLCode ]

];

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare