Skip to main content
Leopold
Toggle navigation menu
Back to website
Community
Submit a request
Sign in
Leopold
Community
Feature Requests
Search
Feature Requests
Show all
All
Planned
Not planned
Completed
Answered
No status
Sort by newest post
Newest post
Recent activity
Votes
Comments
I'd like a way for users to submit feature requests
Stan Jobs
December 28, 2021 10:49
0
votes
0
comments
Didn't find what you were looking for?
New post
<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %> <% if (['white', 'gray-100', 'gray-200'].indexOf(color) !== -1) color = 'primary' %>
<% if (heading) { %>
<%= heading %>
<% } %>
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>