i am new in web app builder.I try my first custom widget. Custom widget not showing updates.I add one custom widget mywidget in stemmap/widgets folder.
<div>
<div>This is my widget.</div>
</div>
the above statment visible on myWidget whien i press the widget button.After this update my code to get some code from config file
<div>
<div>This is my widget.</div>
<div>This is configurable.[${config.configText}]</div>
</div>
the second statement not showing on the widget output.i try my best to check everything.i saved the changes and reload page many times.But out put not visible.please help how to get output.