Template:Map/doc: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 21: Line 21:
"height": {
"height": {
"label": "Height",
"label": "Height",
"description": "Height of the map, if not default.",
"description": "Height of the map, if not the default of 300px.",
"type": "string",
"type": "string",
"required": false,
"required": false,
"example": "300px"
"example": "500px"
},
},
"width": {
"width": {
"label": "Width",
"label": "Width",
"description": "Width of the map, if not default.",
"description": "Width of the map, if not the default of 300px.",
"type": "string",
"type": "string",
"required": false,
"required": false,
"example": "300px"
"example": "500px"
}
}
}
}