The below shape entry in my .manifest works as intended with a default width/height of 120px:
{
"shape": "switch_layer2",
"name": "Switch (Layer 2)",
"defaults": {
"fillColor": "#ccffee",
"strokeColor": "#000000",
"strokeWidth": 3,
"rounding": 10,
"width": 120,
"height": 120
}
}
I have several shapes with the same basic definition and would like to define variables/constants in the manifest file that are referenced by all shape entries.
Alternatively, is it possible to define defaults in the manifest that apply to all shape entries? That would work just as well.