colored relationships #724
Some checks are pending
Code checks / check-url-paths (push) Waiting to run
docker / docker_dev (push) Waiting to run
Deploy MkDocs / deploy (push) Waiting to run

This commit is contained in:
jokob-sk
2025-07-14 15:24:38 +10:00
parent 61de54bc34
commit bfbf70cf1a
5 changed files with 111 additions and 27 deletions

View File

@@ -1387,9 +1387,13 @@
{
"function": "devParentRelType",
"type": {
"dataType": "string",
"dataType": "array",
"elements": [
{ "elementType": "select", "elementOptions": [], "transformers": [] }
{
"elementType": "select",
"elementOptions": [{ "ordeable": "true"}],
"transformers": ["deviceRelType"]
}
]
},
"default_value": "default",