now I can output the value “checkbox” in the afx template with ```{props.icon}, but how can I access this value in the fusion code above? ${props.icon} does not work…
or is there a better way to concatenate values in afx than using a Neos.Fusion:Array property?
Hi @mficzel, thank you for this information and the workaround hint.
but it is still a workaround… basically I just want to concatenate two values here to use it as attribute to another element… but I guess I have to wait for nested parsing in AFX…