mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-16 06:15:08 -05:00
Fix default model values
This commit is contained in:
parent
ed894f83c6
commit
4c16d8321e
@ -30,8 +30,8 @@ module.exports = HumanModel.define({
|
|||||||
idleTimeout: ['number', true, 600000],
|
idleTimeout: ['number', true, 600000],
|
||||||
idleSince: 'date',
|
idleSince: 'date',
|
||||||
allowAlerts: ['bool', true, false],
|
allowAlerts: ['bool', true, false],
|
||||||
badge: 'string',
|
badge: ['string', true, ''],
|
||||||
pageTitle: 'string'
|
pageTitle: ['string', true, '']
|
||||||
},
|
},
|
||||||
derived: {
|
derived: {
|
||||||
title: {
|
title: {
|
||||||
|
Loading…
Reference in New Issue
Block a user