Remove test printing of paragraph type
This commit is contained in:
parent
929b162399
commit
581ad066ac
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@
|
||||||
<description>
|
<description>
|
||||||
{% set one_and_done = false %}
|
{% set one_and_done = false %}
|
||||||
{% for item in items if not one_and_done %}
|
{% for item in items if not one_and_done %}
|
||||||
{{ item.content['#paragraph'].type.0.entity.id }}
|
|
||||||
{% if item.content['#paragraph'].type.0.entity.id == 'text' %}
|
{% if item.content['#paragraph'].type.0.entity.id == 'text' %}
|
||||||
{% set one_and_done = true %}
|
{% set one_and_done = true %}
|
||||||
{{ item.content|render|escape }}
|
{{ item.content|render|escape }}
|
||||||
|
|
Loading…
Reference in a new issue