iv: add context JSON configuration files
This commit is contained in:
27
src/config/context-map.json
Normal file
27
src/config/context-map.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"id": "map",
|
||||
"name": "Map",
|
||||
"subtitle": "The known world · roman_14bce",
|
||||
"layout": "map",
|
||||
"subitems": ["Waypoints", "Epoch"],
|
||||
"sections": [
|
||||
{
|
||||
"col": "sidebar",
|
||||
"title": "Revealed waypoints",
|
||||
"type": "status-block",
|
||||
"dataKey": "waypoints"
|
||||
},
|
||||
{
|
||||
"col": "sidebar",
|
||||
"title": "Epoch",
|
||||
"type": "status-block",
|
||||
"dataKey": "epoch"
|
||||
},
|
||||
{
|
||||
"col": "canvas",
|
||||
"title": "TESSERA H7 · fog-of-war",
|
||||
"type": "map-canvas",
|
||||
"dataKey": null
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user