chore: add branch_max_length to schema

This commit is contained in:
Laurent Nullens 2021-08-03 07:58:59 +02:00 committed by Jan De Dobbeleer
parent 0c4492971c
commit f83fb24087

View file

@ -679,7 +679,13 @@
"$ref": "#/definitions/color"
},
"behind_color": { "$ref": "#/definitions/color" },
"ahead_color": { "$ref": "#/definitions/color" }
"ahead_color": { "$ref": "#/definitions/color" },
"branch_max_length": {
"type": "integer",
"title": "Branch max length",
"description": "the max length for the displayed branch name where 0 implies full length",
"default": 0
}
}
}
}