custom attributes custom attributes has template with security roles

This commit is contained in:
iLLiCiTiT 2020-12-28 12:01:20 +01:00
parent 5806713004
commit 06ea62edb6

View file

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