oms-ClientManagement/Admin/Install/Workflow.install.json
Dennis Eichhorn 9ad146c978
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled
fix permissions
2025-04-02 14:15:04 +00:00

48 lines
1.2 KiB
JSON

{
"triggers": [
"PRE:client-create",
"POST:client-create",
"PRE:client-update",
"POST:client-update",
"PRE:client-delete",
"POST:client-delete"
],
"actions": {
"1003100001": {
"name": "",
"function": "",
"settings": {
"name1": {
"type": "select",
"subtype": null,
"title": {
"en": "",
"de": ""
},
"options": [
{
"value": 1,
"text": {
"en": "",
"de": ""
}
}
]
},
"name2": {
"type": "input",
"subtype": "text",
"title": {
"en": "",
"de": ""
}
}
}
},
"unique_id": {
"name": "",
"function": "",
"settings": {}
}
}
}