Image Parameters

Posted over 3 years ago by David Gill

Post a topic
Answered
D
David Gill

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.


0 Votes

D

David Gill posted over 3 years ago Best Answer

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"

     },


0 Votes


1 Comments

D

David Gill posted over 3 years ago Answer

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"

     },


0 Votes

Login or Sign up to post a comment