1
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
'use strict'
|
||||
|
||||
var setupDefaults = {
|
||||
cookies: {
|
||||
path: '/'
|
||||
},
|
||||
treeOptions: {
|
||||
parentKey: 'parentId',
|
||||
key: 'id',
|
||||
children: 'children'
|
||||
},
|
||||
parseDateFormat: 'yyyy-MM-dd HH:mm:ss',
|
||||
firstDayOfWeek: 1
|
||||
}
|
||||
|
||||
module.exports = setupDefaults
|
||||
Reference in New Issue
Block a user