Feature request
Inline nodes extending InlineCompoundNode should not be accessed via getValue but getChildren should be used in the templates.
{%- for child in node.children -%}
{{- renderNode(child) -}}
{%- endfor -%}
We will remove the backward compatibility layer in version 2.
Feature request
Inline nodes extending
InlineCompoundNodeshould not be accessed viagetValuebutgetChildrenshould be used in the templates.We will remove the backward compatibility layer in version 2.