Drupal 8 - display HTML in twig template
{% set build = {
'#type': 'processed_text',
'#text': '<h1>Raw HTML here</h1>',
'#format': 'full_html',
}
%}
{{ build }}
HAPPY CODING...
Wordpress error log code: if ( ! function_exists ( 'write_log' ) ) { function write_log ( $data ) { if ( defined ( '...
No comments:
Post a Comment