mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added settings for new action
This commit is contained in:
parent
0f2ca2e043
commit
9cc9c1afcb
2 changed files with 33 additions and 0 deletions
|
|
@ -193,6 +193,11 @@
|
|||
"Administrator"
|
||||
]
|
||||
},
|
||||
"fill_workfile_attribute": {
|
||||
"enabled": false,
|
||||
"custom_attribute_key": "",
|
||||
"role_list": []
|
||||
},
|
||||
"seed_project": {
|
||||
"enabled": true,
|
||||
"role_list": [
|
||||
|
|
|
|||
|
|
@ -589,6 +589,34 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "dict",
|
||||
"key": "fill_workfile_attribute",
|
||||
"label": "Fill workfile Custom attribute",
|
||||
"checkbox_key": "enabled",
|
||||
"children": [
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "Custom attribute must be <b>Text</b> type added to <b>Task</b> entity type"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"key": "custom_attribute_key",
|
||||
"label": "Custom attribute key"
|
||||
},
|
||||
{
|
||||
"type": "list",
|
||||
"key": "role_list",
|
||||
"label": "Roles",
|
||||
"object_type": "text"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "dict",
|
||||
"key": "seed_project",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue