1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-06-09 06:20:43 +00:00

Possibly fixed #27

This commit is contained in:
マリウス 2023-06-15 10:05:19 -05:00
parent 8d927add42
commit 98c323d18b
No known key found for this signature in database

View File

@ -36,7 +36,7 @@ type CategoryModel struct {
TopicTemplate string `json:"topic_template"` TopicTemplate string `json:"topic_template"`
HasChildren bool `json:"has_children"` HasChildren bool `json:"has_children"`
SortOrder string `json:"sort_order"` SortOrder string `json:"sort_order"`
SortAscending string `json:"sort_ascending"` SortAscending bool `json:"sort_ascending"`
ShowSubcategoryList bool `json:"show_subcategory_list"` ShowSubcategoryList bool `json:"show_subcategory_list"`
NumFeaturedTopics int `json:"num_featured_topics"` NumFeaturedTopics int `json:"num_featured_topics"`
DefaultView string `json:"default_view"` DefaultView string `json:"default_view"`