You can change the order in which parametric fields appear in the sidebar.
To configure the order of parametric fields
config.json
in a text editor.In the parametricOrder
section, list the fields in the order in which you want them to appear. For example:
"parametricOrder": ["company", "author", "category"]
NOTE: The names of the parametric fields need to match the IDOL field name.
Any parametric fields that you list in the parametricOrder
section appear at the top of the list.
If you do not specify a parametric order, by default the fields are listed alphabetically.
If there are parametric fields that you did not list in the parametricOrder
section, these appear after the ordered fields, in the default sort order (that is, alphabetical). For example:
Company Author Category Date Identified Family Genus
NOTE: Any fields that you add to the parametric never show list do not appear in the user interface. Similarly, if you have a parametric always show list, the interface does not display any fields that you specify in the parametric order that do not appear in the always show list. See Configure Parametric Filters to Never Show or Always Show.
|