Hi,
Is it possible to configure a 2nd doclist widget for Smartview UI that browser a different section of the repository? I have getting an error when the smartview ui load, I have configured the widget on the D2-Config and added it to the Landing page xml with no luck
See error and landing page xml below
<!-- Landing Page below with the added section in bold -->
<?xml version="1.0" encoding="UTF-8"?>
<root xsi:noNamespaceSchemaLocation="U4Landing.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<space>
<flow-layout-container>
<content>
<tile-container size="full">
<tile type="DoclistWidget" name="D2-Base DoclistHC">
<theme type="teal1" color="shade2"/>
</tile>
</tile-container>
<tile-container size="full">
<tile type="DoclistWidget" name="D2-Base Doclist">
<theme type="teal1" color="shade2"/>
</tile>
</tile-container>
<widget-container>
<widget type="FavoritesWidget" name="D2-Base Favorites"/>
</widget-container>
<widget-container>
<widget type="SearchWidget" name="D2-Base Search"/>
</widget-container>
<widget-container>
<widget type="CheckoutDocumentWidget" name="D2-Base Checkedout"/>
</widget-container>
<widget-container>
<widget type="RecentlyAccessedWidget" name="D2-Base RecentlyAccessedWidget"/>
</widget-container>
</content>
</flow-layout-container>
</space>
<default-widgets>
<version-widget>D2-Base Versions</version-widget>
<relation-widget>D2-Base Relations</relation-widget>
<doclist-searchresults-widget>D2-Base Doclist</doclist-searchresults-widget>
<doclist-widget>D2-Base Doclist</doclist-widget>
<favorites-widget>D2-Base Favorites</favorites-widget>
<bravacsr-widget>D2-Base BravaCSR</bravacsr-widget>
<vdoc-widget>D2-Base Virtual Docs</vdoc-widget>
</default-widgets>
<settings>
<search-focus-header-enabled>true</search-focus-header-enabled>
</settings>
</root>