aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-05-22 15:32:15 -0400
committerbobzel <zzzman@gmail.com>2023-05-22 15:32:15 -0400
commitc43b5f144eef86bd07fbb447b7c8a7087f4d0cac (patch)
treedddeacafbf2d419daca6f82864f0600a5aeb9211 /src/client/documents/Documents.ts
parentbed3309e1fda6597b2a8fea10ad82cd3a0402051 (diff)
start of physics cleanup
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 6f8582c2e..4ee3368ab 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -688,8 +688,9 @@ export namespace Docs {
[
DocumentType.SIMULATION,
{
+ data: '',
layout: { view: PhysicsSimulationBox, dataField: defaultDataKey },
- options: { _height: 100 },
+ options: { _height: 100, position: '', velocity: '', acceleration: '', pendulum: '', simulation: '', review: '', show: '', start: '' },
},
],
]);