107 lines
2.4 KiB
JSON
107 lines
2.4 KiB
JSON
{
|
|
"category": "Roese",
|
|
"name": "Roese Home",
|
|
"globalInputs": [
|
|
{
|
|
"parameterName": "kundenname",
|
|
"type": "text",
|
|
"displayName": "Name des Kunden"
|
|
},
|
|
{
|
|
"parameterName": "kiste",
|
|
"type": "number",
|
|
"displayName": "Nummer der Kiste"
|
|
},
|
|
{
|
|
"parameterName": "kiste2",
|
|
"type": "textarea",
|
|
"displayName": "Nummer der zweiten Kiste yooo"
|
|
},
|
|
{
|
|
"parameterName": "farbig",
|
|
"type": "checkbox",
|
|
"displayName": "Farbig",
|
|
"options": {
|
|
"default": false
|
|
}
|
|
},
|
|
{
|
|
"parameterName": "blackandwhite",
|
|
"type": "checkbox",
|
|
"displayName": "Black and White",
|
|
"options": {
|
|
"default": true
|
|
}
|
|
},
|
|
{
|
|
"parameterName": "select_format",
|
|
"type": "select",
|
|
"displayName": "Format",
|
|
"options": ["A4", "A3", "A2", "A1", "A0"]
|
|
},
|
|
{
|
|
"parameterName": "print_machine_selection",
|
|
"type": "select_machine",
|
|
"displayName": "Drucker",
|
|
"options": {
|
|
"location": 5,
|
|
"whitelistParts": [],
|
|
"blacklistParts": []
|
|
}
|
|
}
|
|
],
|
|
"tasks": [
|
|
{
|
|
"name": "Haha",
|
|
"onFinish": "pause",
|
|
"undoPossible": false,
|
|
"repeatPossible": false,
|
|
"scriptPath": "haha.py",
|
|
"parameters": [
|
|
{
|
|
"parameterName": "kiste2",
|
|
"type": "textarea",
|
|
"displayName": "Nummer der zweiten Kiste yooo",
|
|
"global": true
|
|
},
|
|
{
|
|
"parameterName": "farbig",
|
|
"type": "checkbox",
|
|
"displayName": "Farbig",
|
|
"options": {
|
|
"default": false
|
|
},
|
|
"global": false
|
|
},
|
|
{
|
|
"parameterName": "blackandwhite",
|
|
"type": "checkbox",
|
|
"displayName": "Black and White",
|
|
"options": {
|
|
"default": true
|
|
},
|
|
"global": false
|
|
},
|
|
{
|
|
"parameterName": "print_machine_selection",
|
|
"type": "select_machine",
|
|
"displayName": "Drucker",
|
|
"options": {
|
|
"location": 5,
|
|
"whitelistParts": [],
|
|
"blacklistParts": []
|
|
},
|
|
"global": true
|
|
},
|
|
{
|
|
"parameterName": "select_format",
|
|
"type": "select",
|
|
"displayName": "Format",
|
|
"options": ["A4", "A3", "A2", "A1", "A0"],
|
|
"global": false
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|