Skip to content

Commit f541de3

Browse files
committed
Update config.schema.json
1 parent c0804aa commit f541de3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

config.schema.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,15 @@
313313
"type": "object",
314314
"description": "Commit graph rendering settings",
315315
"properties": {
316+
"row_image_width": {
317+
"type": "string",
318+
"description": "The width mode for each graph row image.",
319+
"enum": [
320+
"compact",
321+
"fixed"
322+
],
323+
"default": "compact"
324+
},
316325
"color": {
317326
"type": "object",
318327
"description": "Colors for the commit graph.",

0 commit comments

Comments
 (0)