-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates for demo configuration for docker demo compose
- Loading branch information
1 parent
7b61019
commit 34c61c3
Showing
13 changed files
with
390 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,49 @@ | ||
{ | ||
"name": "Polkadot Hub Sample", | ||
"name": "Parity HQ", | ||
"auth": { | ||
"providers": ["polkadot"] | ||
}, | ||
"layout": { | ||
"mobile": { | ||
"fixed": [["users", "NewjoinerDetector"]], | ||
"office": [ | ||
["office-visits", "Actions", { "offices": ["berlin"] }], | ||
[ | ||
"office-visits", | ||
"Actions", | ||
{ "offices": ["berlin", "lisbon", "london"] } | ||
], | ||
["announcements", "Announcement"], | ||
["events", "MyEvents"], | ||
["hub-map", "HubMap"], | ||
["quick-navigation", "QuickNav"], | ||
["users", "UsersMapWidget"], | ||
["events", "GlobalEvents", { "offices": ["global"] }] | ||
["users", "UsersMapWidget", { "offices": ["global"] }], | ||
["about", "AboutWidget", { "offices": ["berlin", "lisbon", "london"] }] | ||
], | ||
"events": [["events", "UpcomingEvents"]], | ||
"news": [["news", "LatestNews"]] | ||
}, | ||
"desktop": [ | ||
[ | ||
"desktop": { | ||
"sidebar": [ | ||
["users", "NewjoinerDetector"], | ||
["users", "ProfileCard"], | ||
["quick-navigation", "QuickNav"] | ||
["quick-navigation", "QuickNav"], | ||
["about", "AboutWidget", { "offices": ["berlin", "lisbon", "london"] }] | ||
], | ||
[ | ||
"main": [ | ||
[ | ||
"office-visits", | ||
"Actions", | ||
{ "offices": ["berlin", "lisbon", "london"] } | ||
[ | ||
"office-visits", | ||
"Actions", | ||
{ "offices": ["berlin", "lisbon", "london"] } | ||
] | ||
], | ||
["announcements", "Announcement"], | ||
["users", "UsersMapWidget", { "offices": ["global"] }], | ||
["events", "GlobalEvents", { "offices": ["global"] }], | ||
[["announcements", "Announcement"]], | ||
[["users", "UsersMapWidget", { "offices": ["global"] }]], | ||
[["hub-map", "HubMap"]], | ||
[ | ||
["events", "UpcomingEvents"], | ||
["news", "LatestNews"] | ||
] | ||
] | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.