×
Choose your
AI Agent
Experience...
AI Agent Essential
Agentic AI Agent
Start Over
Ana içeriğe geç
ZenHome
Gezinme menüsünü aç/kapat
Shop
Topluluk
Bir talep gönder
Oturum aç
Kategoriler
Turkish
Topluluk
Feature Requests
Feature Requests
Durumu olmayanları göster
Tümü
Planlandı
Planlanmadı
Tamamlandı
Yanıtlandı
Durum yok
En yeni gönderiye göre sırala
En yeni gönderi
Son faaliyet
Oylar
Yorumlar
I'd like a way for users to submit feature requests
Iryna Parahailo
09 Mayıs 2024 10:37
0
oy
0
yorum
Aradığınızı bulamadınız mı?
Yeni gönderi
Can't find what you're looking for?
Bir talep gönder
<% categories.forEach(function(category) { %>
<% if (category.id === activeCategoryId) { %>
<%= category.name %>
<% } else { %>
<%= category.name %>
<% } %> <% if (category.sections.length) { %>
<% category.sections.forEach(function(section) { %>
<%= section.name %>
<% }); %>
<% } %>
<% }); %>
Kategoriler
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Gezinme menüsünü aç/kapat
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Kategoriler
Kategoriler
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
Daha fazlasını göster
<% } %>
<% } %>
Bir Zendesk Hizmetidir