Quick question that I couldn’t find an easy answer to in the docs or forum posts. Can you tell me how to call on icons in a JSON provider?
Hello @coxdigitalarts,
Thanks for writing in! Regretfully we do not have any feature or function that you can use to load the icons in a JSON Provider. You will have to manually code a JSON data set for the icon name and the icon value. See the example below:
[
{
name: "facebook",
value: ""
},
{
name: "twitter",
value: ""
},
{
name: "youtube",
value: ""
},
]
Best Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.