particle icon indicating copy to clipboard operation
particle copied to clipboard

how to use attributes?

Open ensk opened this issue 5 years ago • 0 comments

{% 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

ensk avatar Dec 27 '19 15:12 ensk