Answered
Image Parameters
Hi, I know how to edit the text parameters, limit the colors... shown below. How do I edit the designs "Choose From Designs" or uploaded design "Add Image"?
{
"type": "text",
"source": "Default Text",
"title": "Any Text",
"parameters": {
"boundingBox": "Base",
"removable": true,
"draggable": true,
"rotatable": true,
"resizable": true,
"colors": "#000000"
}
Thanks,
Dave.
Found! Index.html
customImageParameters: {
draggable: true,
removable: true,
resizable: true,
rotatable: true,
colors: "#65002c, #0e0e0e, #f3d71b, #98182f, #531f69, #e399ba, #e15300, #646569, #01369e, #d1d2d4, #0075c5, #356d54, #ba9128",
autoCenter: true,
boundingBox: "Base"
},