Documentation of DocumentGroup says:
Your app can support multiple document types by adding additional document group scenes:
The example has an editor and a viewer, but I need to have two editors. Creating two different DocumentGroup elements seems to work, but then there's only one New Document menu item, which targets the first DocumentGroup.
Is there a way to allow the user to choose which document type to create?