mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
fix(client): Fix timeline widget setting definition
This commit is contained in:
parent
b289f6201e
commit
d595c245e6
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ export default define({
|
|||
type: 'boolean',
|
||||
default: true,
|
||||
},
|
||||
height: {
|
||||
type: 'number',
|
||||
default: 300,
|
||||
},
|
||||
src: {
|
||||
type: 'string',
|
||||
default: 'home',
|
||||
|
|
Loading…
Reference in a new issue