DEV: Export default category link renderer to be used on plugins and theme-components (#19455)

This commit is contained in:
Sérgio Saquetim 2022-12-13 18:41:36 -03:00 committed by GitHub
parent 06d85777d2
commit 506d26df26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ function buildTopicCount(count) {
)}">&times; ${count}</span>`;
}
function defaultCategoryLinkRenderer(category, opts) {
export function defaultCategoryLinkRenderer(category, opts) {
let descriptionText = get(category, "description_text");
let restricted = get(category, "read_restricted");
let url = opts.url