{% import '_includes/forms' as forms %} {% set nameLabel = nameLabel ?? name ?? null %} {% set handle = handle ?? null %} {% set instructions = instructions ?? null %} {% set instructionsHandle = instructionsHandle ?? handle ?? null %} {% set default = default ?? null %} {% set required = required ?? null %} {% set attribute = attribute ?? null %} {% set field = field ?? null %} {% set fieldClass = fieldClass ?? null %} {% set path = path ?? [handle] %} {% set namespacePath = path|join('][') %} {% set nodePath = path|join('.') ~ '.node' %} {% set namespace = 'fieldMapping[' ~ namespacePath ~ ']' %} {% set value = hash_get(feed.fieldMapping, nodePath) %}
{{ instructions|raw }}
{{ instructionsHandle }}