Skip to main content
Toggle navigation menu
Submit a request
Sign in
fa
Community
Feature Requests
Feature Requests
Show no status
All
Planned
Not planned
Completed
Answered
No status
Sort by newest post
Newest post
Recent activity
Votes
Comments
Creating a post from Guide admin
JeyS
فوریه 07, 2023 09:32
0
votes
32
comments
I'd like a way for users to submit feature requests
Featured
JeyS
سپتامبر 29, 2022 08:54
1
vote
5
comments
Didn't find what you were looking for?
New post
<% var getColumnClasses = function(columnNumber) { var classNames = 'col-12'; if (columnNumber >= 2) classNames += ' md:col-6'; if (columnNumber >= 3) classNames += ' lg:col-4'; if (columnNumber >= 4) classNames += ' xl:col-3'; return classNames; } %> <% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<%= article.title %>
<% if (article.promoted) { %>
Promoted article
<% } %>
<% }) %>
<% } %>
<% var getColumnClasses = function(numberColumns) { var classNames = numberColumns === 'auto' ? 'col-auto' : '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; } %>
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% if (block.html_url) { %>
Take the survey
<% } %>
<% }) %>