diff options
author | bobzel <zzzman@gmail.com> | 2023-05-22 15:32:15 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-05-22 15:32:15 -0400 |
commit | c43b5f144eef86bd07fbb447b7c8a7087f4d0cac (patch) | |
tree | dddeacafbf2d419daca6f82864f0600a5aeb9211 /src/client/documents/Documents.ts | |
parent | bed3309e1fda6597b2a8fea10ad82cd3a0402051 (diff) |
start of physics cleanup
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 3 |
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: '' }, }, ], ]); |