mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 20:16:33 +02:00
Added minimal fake size and respected the fake sizes in all fakeable functions.
This commit is contained in:
parent
0d7e8bdd8b
commit
5575c50a03
6 changed files with 118 additions and 45 deletions
|
@ -69,6 +69,15 @@ document.body.appendChild(table);
|
|||
"blockMode": ["blockReadout", "fakeReadout", "fakeInput", "askReadout", "ask", "allow"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "minFakeSize",
|
||||
"title": "Minimal fake size",
|
||||
"type": "integer",
|
||||
"value": 1,
|
||||
"displayDependencies": {
|
||||
"blockMode": ["fakeReadout", "fakeInput"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "maxFakeSize",
|
||||
"title": "Maximal fake size",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue