Thanks,
Jared
Top level - "Nestable" not sure what exactly this does
"nestable": false
Top level - sizing
"defaultWidth": 100,
"defaultHeight": 100,
"isFixedSize": false,
Attributes - create dropdown list
{
"type": "string",
"gwdSpecific": {
"type": "dropdown",
"items": ["light", "dark"]
}
}
Attributes - dropdown with labels
{
"type": "string",
"gwdSpecific": {
"type": "dropdown",
"dataField": "value",
"labelField": "label",
"items": [
{
"value": "before",
"label": "One or more days before"
}, ...
Attributes - array type, not sure how this works
"type": "array",
I think the "Component JSON manifest" document could be fleshed out a lot more. Is this manifest format based on something else? It seems like it could be since it has "gwdSpecific" entries..
Also none of the images from the images array seem to get loaded and I also can't get the icon to work. Some documentation on the icon file type and size would be useful!