Skip to content

Commit 2ee99e3

Browse files
committed
Update schema.js
1 parent 40104c6 commit 2ee99e3

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/schema.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Validators from './validators';
22

33
export default {
4-
'V5.4.1.0+': {
4+
'V5.4.1.2+': {
55
asf: [
66
{
77
legend: 'schema.basic',
@@ -27,6 +27,12 @@ export default {
2727
legend: 'schema.trading',
2828
advanced: true,
2929
fields: [
30+
{
31+
type: 'InputCheckbox',
32+
field: 'FilterBadBots',
33+
label: 'FilterBadBots',
34+
defaultValue: true
35+
},
3036
{
3137
label: 'MaxTradeHoldDuration',
3238
field: 'MaxTradeHoldDuration',

0 commit comments

Comments
 (0)