@magda/registry-aspects
Version:
Common aspects for use with the registry.
18 lines (17 loc) • 636 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"title": "Preview Map Settings",
"description": "Provides extra preview map configuration options at dataset/distribution level.",
"type": "object",
"properties": {
"enable": {
"title": "Whether the preview map UI feature should be enabled for the attached dataset/distribution.",
"type": "boolean",
"default": true
},
"format": {
"title": "Only available for distribution records. It can be used to override the format string of the distribution.",
"type": "string"
}
}
}