You can arrange most of it directly via the app. If you still can't figure it out, you can get help from our customer service. Click on the 'Support' tab in the app or submit a request via our help center. If there is no telephone number on the page, unfortunately we only offer assistance via email.
In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>