API - 2langnic/GlobaLeaks GitHub Wiki
Wizard fields description:
[
{
"incremental_number": 0,
"localized_name": {
"en": "name",
"it": "nome"
},
"localized_hint": {
"en": "the name of the subject",
"it": "er nome del tizio"
},
"type": "text",
"trigger": [
1,
2
],
"defined_options": null
},
{
"incremental_number": 1,
"localized_name": {
"en": "role",
"it": "ruolo"
},
"localized_hint": {
"en": "the role of the subject",
"it": "er titolo del tizio"
},
"type": "radio",
"trigger": [],
"defined_options": [
{
"order": 1,
"value": "",
"localized_name": {
"en": "chief",
"it": "capo"
}
},
{
"order": 2,
"alue": "b",
"name": "b",
"localized_name": {
"en": "slave",
"it": "schiavo"
}
},
{
"order": 3,
"value": "c",
"localized_name": {
"en": "consultant",
"it": "consulente"
}
}
]
},
{
"incremental_number": 2,
"localized_name": {
"en": "departement",
"it": "dipartimento"
},
"localized_hint": {
"en": "the department with the issue",
"it": "er dipartimento immerdatooo"
},
"type": "radio",
"trigger": [],
"defined_options": [
{
"order": 1,
"value": "a",
"localized_name": {
"en": "marketing",
"it": "pubblicitari"
}
},
{
"order": 2,
"value": "b",
"name": "b",
"localized_name": {
"en": "information technology",
"it": "i nerd!"
}
}
]
}
]