mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 06:12:19 +01:00
added CUST_ATTR_GROUP variable
This commit is contained in:
parent
01ab07efe6
commit
3975c7a0e1
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ EntitySchemas = {
|
|||
"config": "avalon-core:config-1.0"
|
||||
}
|
||||
|
||||
# Group name of custom attributes
|
||||
CUST_ATTR_GROUP = "pype"
|
||||
|
||||
# name of Custom attribute that stores mongo_id from avalon db
|
||||
CustAttrIdKey = "avalon_mongo_id"
|
||||
CustAttrAutoSync = "avalon_auto_sync"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue