diff --git a/docs/WebConfigGenerator/src/schema.js b/docs/WebConfigGenerator/src/schema.js index 85c32b541..f7c2a3986 100644 --- a/docs/WebConfigGenerator/src/schema.js +++ b/docs/WebConfigGenerator/src/schema.js @@ -428,18 +428,6 @@ export default { field: 'AutoSteamSaleEvent', defaultValue: false }, - { - type: 'InputCheckbox', - label: 'IdlePriorityQueueOnly', - field: 'IdlePriorityQueueOnly', - defaultValue: false - }, - { - type: 'InputCheckbox', - label: 'IdleRefundableGames', - field: 'IdleRefundableGames', - defaultValue: true - }, { type: 'InputCheckbox', label: 'FarmOffline', @@ -452,6 +440,18 @@ export default { field: 'HandleOfflineMessages', defaultValue: false }, + { + type: 'InputCheckbox', + label: 'IdlePriorityQueueOnly', + field: 'IdlePriorityQueueOnly', + defaultValue: false + }, + { + type: 'InputCheckbox', + label: 'IdleRefundableGames', + field: 'IdleRefundableGames', + defaultValue: true + }, { type: 'InputCheckbox', label: 'SendOnFarmingFinished',