Updated config schema to handle git revisions that parse as int
This commit is contained in:
@@ -41,7 +41,7 @@ types:
|
|||||||
tooltip: string
|
tooltip: string
|
||||||
git_t:
|
git_t:
|
||||||
branch: string
|
branch: string
|
||||||
revision: string
|
revision: [string, int]
|
||||||
commit: string
|
commit: string
|
||||||
toplevel: string
|
toplevel: string
|
||||||
layout_hint_key: !variant
|
layout_hint_key: !variant
|
||||||
|
|||||||
Reference in New Issue
Block a user