Skip to content

Commit

Permalink
feat(data): add time ruler data
Browse files Browse the repository at this point in the history
  • Loading branch information
adamweeks committed Sep 20, 2019
1 parent ffffd92 commit 202bf41
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/data/rooms.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,11 @@
"title": "Webex Component User",
"roomType": "direct"
},
"empty-direct-activities": []
"empty-direct-activities": [],
"time-rulers": {
"ID": "time-rulers",
"title": "Time Rulers Room",
"roomType": "group"
},
"time-rulers-activities": [{"date": "2019-08-20T21:00:07.047Z"}, "default", "no-header", "long", {"date": "2019-08-22T21:00:07.047Z"}, "multi-line"]
}

0 comments on commit 202bf41

Please sign in to comment.