In the classic UI we make use of weblingo files to display html output. Can these weblingo pages be shown in the smart UI , for example inside a custom widget?
In the Smart UI SDK 16.0.3 there is a page example, which contains a file "hello.page.weblingo".
However when modifying this weblingo file, e.g. <body>TEST WEBLINGO OUTPUT</body> these changes are not reflected when opening samples/pages/hello/test/index.html
Is this because this is a mocked example?
Can you provide an example which connects to OTCS and retrieves object data (DataID, Name) and uses the weblingo to render this data?