The project.yml
file provides a ‘groups’ section to group apps. The sorting of the groups
is based on the order of the groups listed.
Example:
default_group: Studio
groups:
- matches:
- '*Max*'
- '*Maya*'
- '*Nuke*'
name: Creative Tools
- matches:
- '*Hiero*'
name: Editorial Tools
- matches:
- '*Alias*'
- '*VRED*'
name: Automotive Tools
How do I specify the default_group
to be in a particular order in the groups
sections?
I tried adding to the end:
- name: Studio
But this stalls sg desktop on load up.
Thanks,
Mark