All field configurations contain Adv. Config property, which is a JSON containg configuration specific to only a small subset of projects.
Advanced Configuration currently supports the following properties:
- defaultFilter: when entered, the project will use this as a default filter value for this field, eg. OrdinalField with defaultFilter = [0] will have the first column selected when the project is opened for the first time
- labelFormat: when entered, will use custom formatter function from https://innoconnect.net/docs/glayer/advanced/user-functions/ for all labels generated for this field. Additional parameters for the formatter function can be supplied using the labelFormatArgs property.
- singleSelection: (OrdinalField only) when set to true, the field will only allow one value from the whole domain to be selected at a time