Welcome to the Community Forum
Search
Community Topics
Can't find what you're looking for? Try the Service Center.
<% var getColumnClasses = function(columnNumber) {
var classNames = 'col-12 md:col-4';
return classNames;
} %>
Community Topics
-
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
-
<% if (imageHeight) { %> <% } %><% if (block.name) { %>
<% if (!imageHeight) { %> <%= block.name %> <% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %><%= block.description %>
<% } %>
<% }) %>