We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e3226 commit 89cc8f5Copy full SHA for 89cc8f5
1 file changed
src/schema.js
@@ -13,12 +13,6 @@ export default {
13
type: 'InputText',
14
description: 'schema.generic.steamid64',
15
validator: Validators.steamid
16
- },
17
- {
18
- label: 'IPC',
19
- field: 'IPC',
20
- defaultValue: true,
21
- type: 'InputCheckbox'
22
}
23
]
24
},
@@ -81,6 +75,12 @@ export default {
81
75
defaultValue: false,
82
76
type: 'InputCheckbox'
83
77
78
+ {
79
+ label: 'IPC',
80
+ field: 'IPC',
+ defaultValue: true,
+ type: 'InputCheckbox'
+ },
84
{
85
label: 'IPCPassword',
86
field: 'IPCPassword',
0 commit comments