How to add a title to the lookups table
- Select the Administration tab → Lookups.
- Select Title from the Tables.
- Click the plus sign.
- Enter a description of the title. Abbreviate as desired.
- Click Save.
Updated
Updated
empty
<% } %> <% var labels = "a_label".split(',').map(function(label) { return label.trim(); }).filter(function(label) { return label; }); %> <% var articlesWithLabels = articles.filter(function(article) { return Util.intersection(article['label_names'], labels).length; }) %> <% if (articlesWithLabels.length) { %>