I would like to insert a new line for hint in field attribute within the ds.xml file. How do I do it ?
Below are my codes
<field name="image" type="binary" Validator="fileExtension" fileExtension="jpg,jpeg,gif" hint="*.jpg, *.jpeg, *.gif or *.png" width="100" ></field>
Below are my codes
<field name="image" type="binary" Validator="fileExtension" fileExtension="jpg,jpeg,gif" hint="*.jpg, *.jpeg, *.gif or *.png" width="100" ></field>
Comment