Custom widget with no html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2025 02:33 PM
I have a custom widget with no actual code is just ${variable} on the html section and its rendering an actual widget. Where can I find where this is coming from
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2025 01:03 AM
Hi @JamesAcevedo88 ,
Check in the "Option Schema" of the widget if the variable is defined anywhere. If its an embedded widget then you will need to check the parent root of the widget to see if the variable is getting initialized anywhere.
Please mark the answer helpful clicking on 👍 and correct if it helps the issue. Happy scripting 🙂
-Shantanu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2025 06:28 AM
There is no options in the schema. Where do I look for the parent root?