ideas icon indicating copy to clipboard operation
ideas copied to clipboard

Add possibility to add or remove array elements with antlers

Open wm-simon opened this issue 3 years ago • 0 comments
trafficstars

Something like this would be cool:

{{ array | unset(1) }}
{{ array | unset('keyname') }}
{{ array | unset('value') }}

{{ array | push('value') }}

{{ array[2] = 'value' ))
{{ array['keyname'] = 'value' ))

wm-simon avatar Sep 21 '22 12:09 wm-simon