diff --git a/platform/features/timeline/bundle.js b/platform/features/timeline/bundle.js index 0e5275b054..22020c2105 100644 --- a/platform/features/timeline/bundle.js +++ b/platform/features/timeline/bundle.js @@ -172,7 +172,10 @@ define([ } ], "model": { - "composition": [] + "composition": [], + "start": { + "timestamp": 0 + } } }, { @@ -211,6 +214,12 @@ define([ "composition": [], "relationships": { "modes": [] + }, + "start": { + "timestamp": 0 + }, + "duration": { + "timestamp": 0 } } },