Hi there,
I want a parameter for the headline icon. It is not working. Searched the forum. Still no solution.
It looks lik I run in to the same problem as this topic:
Any help would be great!
Hi there,
I want a parameter for the headline icon. It is not working. Searched the forum. Still no solution.
It looks lik I run in to the same problem as this topic:
Any help would be great!
Hello Marcus,
Thanks for writing in!
You may need to update your JSON code from:
"color" : {
"label" : "Color",
"type" : "color",
"initial" : "rgb(25, 25, 25)"
}
},
"icon" : {
"type" : "fa-icon",
"label" : "Icon",
"initial" : "circle"
}
into this instead:
"color" : {
"label" : "Color",
"type" : "color",
"initial" : "rgb(25, 25, 25)"
},
"icon" : {
"type" : "fa-icon",
"label" : "Icon",
"initial" : "circle"
}
kindly let us know how it goes.
Hi,
Thx for your help.
It almost worked… at the bottom in the json file I had to add two ‘}}’ and now it works!
Thx!
Hey Marcus,
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.