Modify the code in the 'unified application – application – root page – redwood'--> javascript space
Summary:
Verify Javascript in Visio Builder
Content (please ensure you mask any confidential information):
Dear Community,
We have created a project in Visual Builder in dev environment.
Then, entering in "create repository and environment" task we accessed to the following path 'unified application – application – root page – redwood' and we have updated the javascript adding the following in the line 9:
document.body&&(document.body.insertAdjacentHTML("beforeend","<span id='mm-test-snippet'></span>"),document.body.insertAdjacentHTML("beforeend","<style>#mm-test-snippet{background: #ff0000; position: fixed; right: 3px; bottom: 3px; display: inline-block; width: 13px; height: 13px; border: 2px solid #ffbb00; z-index: 999999999999999!important;}"));
Clicking on preview we could see the expected behaviour: a little red square was displayed in the right low corner of the red wood pages.