mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
separate custom namespace settings into two different fields
This commit is contained in:
parent
6ecaa7dd05
commit
f99cb4e2b3
2 changed files with 9 additions and 3 deletions
|
|
@ -1049,7 +1049,8 @@
|
|||
]
|
||||
},
|
||||
"reference_loader": {
|
||||
"naming": "{asset_name}_{subset}_:_GRP"
|
||||
"namespace": "{asset_name}_{subset}",
|
||||
"group_name": "GRP"
|
||||
}
|
||||
},
|
||||
"workfile_build": {
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue