added groups on each anatomy item instead of anatomy itself

This commit is contained in:
iLLiCiTiT 2021-02-16 15:09:30 +01:00
parent 5c5035d1a4
commit c6ebcd3233
4 changed files with 5 additions and 2 deletions

View file

@ -6,13 +6,13 @@
"type": "anatomy",
"key": "project_anatomy",
"label": "Anatomy",
"is_group": true,
"children": [
{
"key": "roots",
"label": "Roots",
"type": "anatomy_roots",
"is_file": true,
"is_group": true,
"expandable": false,
"object_type": {
"type": "path-widget",

View file

@ -4,6 +4,7 @@
"key": "attributes",
"label": "Attributes",
"is_file": true,
"is_group": true,
"children": [
{
"type": "number",

View file

@ -3,6 +3,7 @@
"key": "imageio",
"label": "Color Management and Output Formats",
"is_file": true,
"is_group": true,
"children": [
{
"key": "hiero",

View file

@ -1,10 +1,11 @@
{
"type": "dict",
"collapsable": true,
"key": "templates",
"label": "Templates",
"collapsable": true,
"collapsable_key": true,
"is_file": true,
"is_group": true,
"children": [
{
"type": "number",