Parameter issue

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

Hello Astrid,

Thanks for writing in!

You can insert the dynamic content in the background color field like this:

It will be easier to insert any dynamic content to any element option setting when you enable the Break Out Mode. You would see something like this:

Hope this helps.

Thanks a lot, it works, i usd the ‘Break Out Mode’
Kind regards, Astrid

Hi Astrid,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.