@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
25 lines • 504 B
JSON
{
"boardTitleTemplate": "URN ${urn}",
"watchable": true,
"category": "gazetteer",
"content": [
{
"widget": "template",
"config": {
"template": "We can show some HTML stuff here"
}
},
{
"widget": "map",
"config": {
"centreLatPropertyPath": "lat",
"centreLonPropertyPath": "lon",
"editable": false,
"drawing": false,
"layers": ["gazetteer"],
"3d": true,
"initialZoom": "5"
}
}
]
}