Hello,
I managed to ad parameters to a component.
It is a button built with a div. containing a text, icon and background colour. I fgot the instructions in the video of web design magic in MAX.
The text and linkbox is connected with the codes {{dc:p:label}} and {{dc:p:href}}
But where can I put the codes for the backgroundcolour and the icon?
the following parameters I put in:
{
“label” : {
“type” : “text”,
“label” : " Label",
“initial;”: “Meer info”
},
“href” : {
“type” : “text”,
“label” : " Link",
“initial;”: “#”
},
“bgColor” : {
“label” : “Background”,
“type” : “color”,
“initial” : “#000000”
},
“icon” : {
“type” : “fa-icon”,
“label” : “Icon”,
“initial” : “circle”
}
}
Hope you can help,
kinfd regards, Astrid