Merge pull request #4599 from EmberLightVFX/kitsu-custom-commentfield

Kitsu custom comment template
This commit is contained in:
Milan Kolar 2023-03-21 12:53:15 +01:00 committed by GitHub
commit 0504f9f364
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 77 additions and 10 deletions

View file

@ -7,7 +7,11 @@
"publish": {
"IntegrateKitsuNote": {
"set_status_note": false,
"note_status_shortname": "wfa"
"note_status_shortname": "wfa",
"custom_comment_template": {
"enabled": false,
"comment_template": "{comment}\n\n| | |\n|--|--|\n| version| `{version}` |\n| family | `{family}` |\n| name | `{name}` |"
}
}
}
}