Skip to content

Commit

Permalink
update schema.cfg: on/off are no longer accepted as booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Feb 9, 2017
1 parent 59ee54d commit fb27d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/schema.cfg
Expand Up @@ -5,7 +5,7 @@
string="re ^[^\x7f\x80]+$"
integer="re ^(\+|-)?[0-9]+$"
float="re ^(\+|-)?[0-9]+(\.[0-9]*)?$"
boolean="enum true,false,yes,no,on,off"
boolean="enum true,false,yes,no"
pathimage="re ^([a-zA-Z0-9_\-.+]+/)*[a-zA-Z0-9_\-.+]+(~(TC|RC|PAL|FL|GS|CS|CROP|SCALE|BL|O|R|G|B|NOP|RIGHT)\(.*\))*$" # TODO: Some 'path' must be changed to 'pathimage'
path="re ^[a-zA-Z0-9_\-.+\/]*[a-zA-Z0-9_\-.+]$"
direction="enum n,ne,se,s,sw,nw"
Expand Down

0 comments on commit fb27d61

Please sign in to comment.