At release, Notes will show for everyone who has entered them.
This will be modified after a few days to follow your List Settings: If you have the column enabled, they will appear. If the column is disabled, then they will disappear.
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 }) %> <% }); %>