diff --git a/src/client/widgets/timeline.vue b/src/client/widgets/timeline.vue index fb7486cb7..ca6af7612 100644 --- a/src/client/widgets/timeline.vue +++ b/src/client/widgets/timeline.vue @@ -33,6 +33,10 @@ export default define({ type: 'boolean', default: true, }, + height: { + type: 'number', + default: 300, + }, src: { type: 'string', default: 'home',