Custom widget with no html

JamesAcevedo88
Tera Contributor

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

2 REPLIES 2

shantanu_patel8
Mega Guru

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

JamesAcevedo88
Tera Contributor

There is no options in the schema. Where do I look for the parent root?