v3.1.1
I have created a custom tag:
{% newTag arg1 arg2 title:"title is here" meta:"something else" %}
however, this is what shows up in the argument array
[ 'arg1', 'arg2', 'title:title', 'is', 'here', 'meta:something', 'else' ]
Is this a bug? or am i doing something wrong here?
v3.1.1
I have created a custom tag:
{% newTag arg1 arg2 title:"title is here" meta:"something else" %}however, this is what shows up in the argument array
[ 'arg1', 'arg2', 'title:title', 'is', 'here', 'meta:something', 'else' ]Is this a bug? or am i doing something wrong here?