<%= partial('partial-article-list-sections', {
id: 'category-' + category.id,
parentId: '#sidebar-article-navigation',
sections: category.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% }); %>
Comments
2 comments
Check out this section of the user guide on adding your own custom icons: Custom Icons in CalTopo
Thanks Rachel, is there any documentation on how to make your icons "colorable" and "rotatable"? I tried just making an SVG but i suspect there's more to it than that.
Please sign in to leave a comment.