diff options
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: '' }, }, ], ]); |