guides icon indicating copy to clipboard operation
guides copied to clipboard

Deprecated use of string values for inline compound nodes

Open jaapio opened this issue 1 year ago • 0 comments

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.

jaapio avatar Oct 25 '24 15:10 jaapio