...
I have entered the below in Levels. The allow recursion will be set to false by default after saving.
Info |
---|
The fields will be shown in the filter in the order below. For an American date for example you may want to use month/day/year. |
Code Block |
---|
[ { "fieldId": "year" }, { "fieldId": "month" }, { "fieldId": "day" } ] |
...