acf
This commit is contained in:
		| @ -0,0 +1,45 @@ | ||||
| <?xml version="1.0" encoding="utf-8"?> | ||||
| <form> | ||||
|     <fieldset name="general"> | ||||
|         <field name="ecomm_total_spend_start" type="nr_inline" | ||||
|             class="tf-inline-fields" | ||||
|             label="NR_TOTAL_SPEND" | ||||
|         /> | ||||
|         <fields name="params"> | ||||
|             <field name="is_note" type="note" class="tf-center-note" label="NR_IS" /> | ||||
|             <field name="operator" type="comparator" | ||||
|                 hiddenLabel="true" | ||||
|                 class="noChosen" | ||||
|                 default="equal"> | ||||
|                     <option value="equal">NR_EQUAL_TO</option> | ||||
|                     <option value="not_equal">NR_NOT_EQUAL_TO</option> | ||||
|                     <option value="less_than">NR_FEWER_THAN</option> | ||||
|                     <option value="less_than_or_equal_to">NR_FEWER_THAN_OR_EQUAL_TO</option> | ||||
|                     <option value="greater_than">NR_GREATER_THAN</option> | ||||
|                     <option value="greater_than_or_equal_to">NR_GREATER_THAN_OR_EQUAL_TO</option> | ||||
|                     <option value="range">NR_BETWEEN</option> | ||||
|             </field> | ||||
|         </fields> | ||||
|         <field name="value" type="number" | ||||
|             hiddenLabel="true" | ||||
|             class="input-small" | ||||
|             hint="1" | ||||
|             min="1" | ||||
|         /> | ||||
|         <fields name="params"> | ||||
|             <field name="range_note" type="note" | ||||
|                 class="tf-note-and" | ||||
|                 description="NR_AND_LC" | ||||
|                 showon="operator:range" | ||||
|             /> | ||||
|             <field name="value2" type="number" | ||||
|                 hiddenLabel="true" | ||||
|                 class="input-small" | ||||
|                 hint="1" | ||||
|                 min="1" | ||||
|                 showon="operator:range" | ||||
|             /> | ||||
|         </fields> | ||||
|         <field name="ecomm_total_spend_end" type="nr_inline" end="1" /> | ||||
|     </fieldset> | ||||
| </form> | ||||
		Reference in New Issue
	
	Block a user