how to accept multiple data attributes in text field?
how to accept multiple data attributes in text field?
Example: Input in the dialog will be : data-attri1=value1, data-attri2=value2, data-attri-3=value3 etc...
output in sightly: data-attri1=value1, data-attri2=value2, data-attri-3=value3