chore: add revert_icon to schema

This commit is contained in:
Chris Donnelly 2021-07-29 14:51:09 -05:00 committed by Jan De Dobbeleer
parent 5967371162
commit 6dbaa52481

View file

@ -604,6 +604,12 @@
"description": "Icon/text to display before the context when doing a cherry-pick",
"default": "\uE29B"
},
"revert_icon": {
"type": "string",
"title": "Revert Icon",
"description": "Icon/text to display before the context when doing a revert",
"default": "\uF0E2"
},
"merge_icon": {
"type": "string",
"title": "Merge Icon",