mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-23 04:52:52 +08:00
add Auto update variable
This commit is contained in:
parent
c73f2f2872
commit
fea8dbfd6e
@ -4,7 +4,7 @@
|
||||
"version": "PTDL_v2",
|
||||
"update_url": null
|
||||
},
|
||||
"exported_at": "2022-11-05T08:17:16+01:00",
|
||||
"exported_at": "2022-11-05T08:33:11+01:00",
|
||||
"name": "Space Engineers",
|
||||
"author": "tueye@tuworld.de",
|
||||
"description": "Space Engineers is a voxel-based sandbox game set in space and on planets.",
|
||||
@ -189,6 +189,16 @@
|
||||
"user_editable": false,
|
||||
"rules": "required|string",
|
||||
"field_type": "text"
|
||||
},
|
||||
{
|
||||
"name": "Auto Update",
|
||||
"description": "",
|
||||
"env_variable": "AUTO_UPDATE",
|
||||
"default_value": "1",
|
||||
"user_viewable": true,
|
||||
"user_editable": true,
|
||||
"rules": "required|boolean",
|
||||
"field_type": "text"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user