Skip to content

Commit 7ce94fa

Browse files
committed
Update JSON schema
1 parent 4f55881 commit 7ce94fa

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

schema/config.json

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,7 +1071,7 @@
10711071
"type": "string",
10721072
"default": "A"
10731073
},
1074-
"resetCommitAuthor": {
1074+
"amendAttributeMenu": {
10751075
"type": "string",
10761076
"default": "a"
10771077
},
@@ -1131,6 +1131,24 @@
11311131
"additionalProperties": false,
11321132
"type": "object"
11331133
},
1134+
"amendAttribute": {
1135+
"properties": {
1136+
"resetAuthor": {
1137+
"type": "string",
1138+
"default": "a"
1139+
},
1140+
"setAuthor": {
1141+
"type": "string",
1142+
"default": "A"
1143+
},
1144+
"addCoAuthor": {
1145+
"type": "string",
1146+
"default": "c"
1147+
}
1148+
},
1149+
"additionalProperties": false,
1150+
"type": "object"
1151+
},
11341152
"stash": {
11351153
"properties": {
11361154
"popStash": {
@@ -1201,7 +1219,7 @@
12011219
},
12021220
"commitMessage": {
12031221
"properties": {
1204-
"switchToEditor": {
1222+
"commitMenu": {
12051223
"type": "string",
12061224
"default": "\u003cc-o\u003e"
12071225
}

0 commit comments

Comments
 (0)