We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Inline nodes extending InlineCompoundNode should not be accessed via getValue but getChildren should be used in the templates.
InlineCompoundNode
getValue
getChildren
{%- for child in node.children -%} {{- renderNode(child) -}} {%- endfor -%}
We will remove the backward compatibility layer in version 2.