Originally posted by Brennan
View Post
This is supported via XML provisioning. If you can build an XML file in this format you can import it under Data Managment -> Import XML
Code:
<Module code="readytheme" feature="component"> <NavigationSet_Add> <Code>sports</Code> <Name>Sport Teams</Name> <Description>Test</Description> <Layout>Horizontal Drop-Down</Layout> <Items> <Item> <Active>true</Active> <Name>MLB</Name> <Link type="URL" target="_blank">http://www.mlb.com</Link> <SubItems> <Item> <Name>American League</Name> <Link type="Category">american_league</Link> <SubItems> <Item> <Name>Los Angeles Angels</Name> </Item> <Item> <Name>Oakland Athletics</Name> </Item> <Item> <Name>...</Name> </Item> </SubItems> </Item> <Item> <Name>National League</Name> <SubItems> <Item> <Name>Los Angeles Dodgers</Name> </Item> <Item> <Name>San Diego Padres</Name> </Item> <Item> <Name>...</Name> </Item> </SubItems> </Item> </SubItems> </Item> <Item> <Name>NFL</Name> <Link type="URL" target="_blank">http://www.nfl.com</Link> <SubItems> <Item> <Name>AFC</Name> <SubItems> <Item> <Name>San Diego Chargers</Name> </Item> <Item> <Name>New England Patriots</Name> </Item> <Item> <Name>...</Name> </Item> </SubItems> </Item> <Item> <Name>NFC</Name> <SubItems> <Item> <Name>San Fransisco 49ers</Name> </Item> <Item> <Name>Green Bay Packers</Name> </Item> <Item> <Name>...</Name> </Item> </SubItems> </Item> </SubItems> </Item> <Item> <Active>false</Active> <Name>Disabled</Name> </Item> </Items> </NavigationSet_Add> </Module>
Leave a comment: