added CUST_ATTR_GROUP variable

This commit is contained in:
iLLiCiTiT 2020-07-10 17:18:54 +02:00
parent 01ab07efe6
commit 3975c7a0e1

View file

@ -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"