Skip to content

Commit b14061b

Browse files
stefanhaller2KAbhishek
authored andcommitted
Update JSON schema
1 parent e5f6f3d commit b14061b

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
@@ -1093,7 +1093,7 @@
10931093
"type": "string",
10941094
"default": "A"
10951095
},
1096-
"resetCommitAuthor": {
1096+
"amendAttributeMenu": {
10971097
"type": "string",
10981098
"default": "a"
10991099
},
@@ -1153,6 +1153,24 @@
11531153
"additionalProperties": false,
11541154
"type": "object"
11551155
},
1156+
"amendAttribute": {
1157+
"properties": {
1158+
"resetAuthor": {
1159+
"type": "string",
1160+
"default": "a"
1161+
},
1162+
"setAuthor": {
1163+
"type": "string",
1164+
"default": "A"
1165+
},
1166+
"addCoAuthor": {
1167+
"type": "string",
1168+
"default": "c"
1169+
}
1170+
},
1171+
"additionalProperties": false,
1172+
"type": "object"
1173+
},
11561174
"stash": {
11571175
"properties": {
11581176
"popStash": {
@@ -1215,7 +1233,7 @@
12151233
},
12161234
"commitMessage": {
12171235
"properties": {
1218-
"switchToEditor": {
1236+
"commitMenu": {
12191237
"type": "string",
12201238
"default": "\u003cc-o\u003e"
12211239
}

0 commit comments

Comments
 (0)