Tuesday, April 6, 2021

Drupal 8 - display HTML in twig template

Drupal 8 - display HTML in twig template

{% set build = {
    '#type''processed_text',
    '#text''<h1>Raw HTML here</h1>',
    '#format''full_html',
    }
%}
{{ build }} HAPPY CODING...

No comments:

Post a Comment

Change priority of dual boot OS

Change priority of dual boot OS  (Windows and Linux): Go to your Linux OS, install Grub customizer. Then change priority by up and down arro...