particle
particle copied to clipboard
how to use attributes?
{% set classes = [ "form-control", "c-form__input" ] %}
<input{{ attributes.addclass(classes) }} />
return <input>
in the past i used plugin-data-transform, but i understand that plugin doesn't work in node version, there are a solution to use attributes ?thanks for help