Introducing two types of lists: bullet & enum
[fnpeditor.git] / modules / nodePane / template.html
index b87c236..c0733cd 100644 (file)
@@ -13,7 +13,7 @@
         <div>\r
             <label>Klasa</label>\r
             <select  class="rng-module-nodePane-classSelect">\r
-                <% var options = ['', 'author', 'title', 'cite', 'cite.code', 'cite.code.xml', 'list', 'list.items', 'item', 'uri', 'p', 'footnote', 'todo', 'emp', 'emph.tech'] %>\r
+                <% var options = ['', 'author', 'title', 'cite', 'cite.code', 'cite.code.xml', 'list', 'list.items', 'list.items.enum', 'item', 'uri', 'p', 'footnote', 'todo', 'emp', 'emph.tech'] %>\r
                 <% options.forEach(function(option) { %>\r
                     <option value="<%= option.replace(/\./g, '-') %>" <% if(option === '') { %>selected<% } %>><%= option %></option>\r
                 <% }); %>\r