Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 2425c619 authored by Julie Thezenas's avatar Julie Thezenas
Browse files

feat: maj about and settings

parent 55d012e3
No related branches found
No related tags found
No related merge requests found
{
"name": "discourse-theme-category-homepage",
"name": "poc-category-component",
"license_url": "https://framagit.org/oca/discourse-theme-category-homepage/blob/master/LICENSE",
"about_url": "https://framagit.org/oca/discourse-theme-category-homepage/blob/master/README.md",
"component": true,
......
......@@ -8,24 +8,24 @@ target_box_size:
show_description:
default: true
default: false
description: 'Show description excerpt from "About This Category" post'
show_category_unreadnew:
default: true
default: false
description: 'Show the unread/new indicators for categories'
show_quantity:
default: true
default: false
description: 'Show the quantity of posts in categories'
show_bell:
default: true
default: false
description: 'Show the notification level button for categories'
text_all_posts:
type: string
default: "See all posts in this category"
default: ""
description: 'If empty, remove the link.'
icon_all_posts:
......@@ -35,12 +35,12 @@ icon_all_posts:
text_tags:
type: string
default: "Main tags"
default: ""
description: 'If empty, remove the separator.'
tag_list:
type: list
default: 'staff, important, urgent'
default: 's'
description: |
Each line should be in the format of "<code>category-slug</code>, <code>tag</code>, <code>tag</code>...".<br/>
<ul>
......@@ -53,7 +53,7 @@ show_subcategories:
text_subcategories:
type: string
default: "Subcategories"
default: ""
description: |
If empty, remove the separator.<br/>
If <code>separate_private_subcategories</code> is true, then apply text for public subcategories.
......@@ -68,7 +68,7 @@ separate_private_subcategories:
text_private_subcategories:
type: string
default: "Private subcategories"
default: ""
description: 'If empty, remove the separator.'
categories_layout:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment