separate custom namespace settings into two different fields

This commit is contained in:
Thomas Fricard 2023-04-03 17:38:18 +02:00
parent 6ecaa7dd05
commit f99cb4e2b3
2 changed files with 9 additions and 3 deletions

View file

@ -1049,7 +1049,8 @@
]
},
"reference_loader": {
"naming": "{asset_name}_{subset}_:_GRP"
"namespace": "{asset_name}_{subset}",
"group_name": "GRP"
}
},
"workfile_build": {

View file

@ -100,8 +100,13 @@
"children": [
{
"type": "text",
"label": "Naming",
"key": "naming"
"label": "Namespace",
"key": "namespace"
},
{
"type": "text",
"label": "Group name",
"key": "group_name"
},
{
"type": "label",