by default use task status if not specified in config

This commit is contained in:
clement.hector 2022-05-16 15:46:47 +02:00
parent 05cb2e4bd9
commit 0b0a9ca281
3 changed files with 31 additions and 15 deletions

View file

@ -10,7 +10,8 @@
},
"publish": {
"IntegrateKitsuNote": {
"waiting_for_approval_status": "wfa"
"set_status_note": false,
"note_status_shortname": "wfa"
}
}
}

View file

@ -60,10 +60,15 @@
"key": "IntegrateKitsuNote",
"label": "Integrate Kitsu Note",
"children": [
{
"type": "boolean",
"key": "set_status_note",
"label": "Set status on note"
},
{
"type": "text",
"key": "waiting_for_approval_status",
"label": "Waiting for Aproval Status:"
"key": "note_status_shortname",
"label": "Note shortname"
}
]
}