Hello,
I am wondering is there is a way to set the operators inside the <field></field> section of the ds.xml file when defining the fields?
Something like
I am wondering is there is a way to set the operators inside the <field></field> section of the ds.xml file when defining the fields?
Something like
Code:
<field name="field_name" type="integer" operators="EQUALS,IN_SET,NOT_IN_SET..."/>
Comment