Change name from CamelCase to snake_case

This commit is contained in:
Jacob Danell 2023-03-15 17:05:34 +01:00
parent b3816ae876
commit a30887bb74
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -57,7 +57,7 @@
"type": "dict",
"collapsible": true,
"checkbox_key": "enabled",
"key": "CustomCommentTemplate",
"key": "custom_comment_template",
"label": "Custom Comment Template",
"children": [
{
@ -67,7 +67,7 @@
},
{
"type": "label",
"label": "Kitsu supports markdown and here you can create a custom comment template.<br/>You can use data from your instance's anatomy."
"label": "Kitsu supports markdown and here you can create a custom comment template.<br/>You can use data from your publishing instance's data."
},
{
"key": "comment_template",