mirror of
https://github.com/mrusme/neonmodem.git
synced 2025-02-02 15:07:59 -05:00
Possibly fixed #27
This commit is contained in:
parent
8d927add42
commit
98c323d18b
@ -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"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user