From 2ba878c4cc5e1f63beb192b72006fce6e101e184 Mon Sep 17 00:00:00 2001 From: David McClure Date: Wed, 21 Aug 2024 15:29:11 -0400 Subject: [PATCH] DEV: Update description to include tag topic list (#32) And remove unused string --- locales/en.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/locales/en.yml b/locales/en.yml index bf221099..314c7e86 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -1,16 +1,7 @@ en: theme_metadata: - description: "Show a topic's content alongside your category topic list" + description: "Show a topic's content alongside the topic list for a tag or category" settings: - setup: > - Each line should be in the format of "category-slug, ID".
(e.g., staff, 3)
- -

For performance reasons it's recommended that you close sidebar topics so there aren't any replies

-

Note that for a user to be able to see the sidebar, they must be able to access the topic. A topic in a protected category will not be visible as a sidebar to all users. If you don't want a sidebar topic to appear in your topic list, you can unlist it.

inherit_parent_sidebar: > If checked subcategories will inherit their parent category's sidebar (unless the subcategory has its own sidebar assigned).

When unchecked subcategories will only display a sidebar if one is specified.