mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
custom attributes custom attributes has template with security roles
This commit is contained in:
parent
5806713004
commit
06ea62edb6
1 changed files with 21 additions and 0 deletions
|
|
@ -0,0 +1,21 @@
|
|||
[
|
||||
{
|
||||
"key": "{key}",
|
||||
"label": "{key}",
|
||||
"type": "dict",
|
||||
"children": [
|
||||
{
|
||||
"key": "write_security_role",
|
||||
"label": "Write roles",
|
||||
"type": "list",
|
||||
"object_type": "text"
|
||||
},
|
||||
{
|
||||
"key": "read_security_role",
|
||||
"label": "Read roles",
|
||||
"type": "list",
|
||||
"object_type": "text"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue