hello, we're trying to add a custom view to a land...
# suitecommerce
a
hello, we're trying to add a custom view to a landing page in SC using an extension we have added a landing page via SMT and then added a div inside the page (for that page only) with data-view="test-new-module" then in extension dev tools, we've added a child view to the layout using addChildView and have passed 'test-new-module' to the function as mentioned above we expected this to add our view from the extension in the landing page, but it doesn't work it works for default modules though, ex: if we pass 'Header.Logo' to layout.addChildView, then our view shows up in the header