Skip to content

Commit

Permalink
SHIBUI-1171 applied change to file backed provider
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Jan 29, 2019
1 parent fda8924 commit 738001d
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,14 @@
"description": "tooltip.refresh-delay-factor",
"type": "string",
"widget": {
"id": "number",
"step": 0.01
"id": "string",
"help": "message.real-number"
},
"placeholder": "label.real-number",
"minimum": 0,
"maximum": 1,
"default": null,
"pattern": "^([0]*(\\.[0-9]+)?|[0]*\\.[0-9]*[1-9][0-9]*)$"
"default": "",
"pattern": "^(?:([0]*(\\.[0-9]+)?|[0]*\\.[0-9]*[1-9][0-9]*)|)$"
}
}
}
Expand Down

0 comments on commit 738001d

Please sign in to comment.