How do I group fields with categoryField when the fields have spaces in them?
The documentation on the Toolkit app says:
Name: categoryFields
Type: string
Default: (can be a space-separated list) null (defaults to all)
Description: A list of fields by which to group children of the root node. Each field essintially [sic] indicates the group of the next level in the tree.
I would think that an array of strings would make more sense here. For now, I'm just renaming all the fields to not use spaces.