Go here. At the top there are several tabs where you can change all kinds of account information.
List settings are reflected in the app for security items only. You can set the list to be private or public.
List Design is only reflected in the web. It will not be reflected in the list of the app.
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 }) %> <% }); %>