Viewing 2 replies - 16 through 17 (of 17 total)
  • @ahmedamir great that you resolved security issue, but after update our widgets stopped working 🙁

    Found how to fix it:
    – this is not working: { title: "{{title5}}", description: "{{description5}}", imageUrl: "{{image5.url}}", learnMore: "{{url5.url}}", order: "{{order5}}" },
    – this works:

    {
    title: "{{title4}}",
    description: "{{description4}}",
    imageUrl: "{{image4.url}}",
    learnMore: "{{url4.url}}",
    order: "{{order4}}" },

Viewing 2 replies - 16 through 17 (of 17 total)

You must be logged in to reply to this topic.