mirror of
https://github.com/wekan/wekan.git
synced 2026-01-05 17:18:49 +01:00
Introducing third board view: calendar.
A dependency to rzymek:fullcalendar has also been added.
This commit is contained in:
parent
43dde4a10f
commit
226d25ca94
8 changed files with 21 additions and 2 deletions
|
|
@ -100,6 +100,11 @@ Users.attachSchema(new SimpleSchema({
|
|||
'profile.boardView': {
|
||||
type: String,
|
||||
optional: true,
|
||||
allowedValues: [
|
||||
'board-view-lists',
|
||||
'board-view-swimlanes',
|
||||
'board-view-cal',
|
||||
],
|
||||
},
|
||||
services: {
|
||||
type: Object,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue