export from panel

This commit is contained in:
Quinten
2024-03-24 15:18:47 +01:00
committed by GitHub
Unverified
parent d61f01abac
commit d9f11d3f81
@@ -4,7 +4,7 @@
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-10-18T18:00:26+02:00",
"exported_at": "2024-03-24T15:18:00+01:00",
"name": "Sons Of The Forest",
"author": "eggs@goover.dev",
"description": "Sons of the Forest is a horror survival game and sequel to The Forest by Endnight Games, Ltd.. Sent to find a missing billionaire on a remote island, you find yourself in a cannibal-infested hellscape. Craft, build, and struggle to survive, alone or with friends.",
@@ -157,7 +157,7 @@
"default_value": "1",
"user_viewable": false,
"user_editable": false,
"rules": "required|string|max:20",
"rules": "required|string|in:1",
"field_type": "text"
},
{
@@ -177,8 +177,8 @@
"default_value": "0000000001",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:30",
"rules": "required|numeric|max:30",
"field_type": "text"
}
]
}
}