...
This commit is contained in:
8
lib/web/doctree/meta/model_category.v
Normal file
8
lib/web/doctree/meta/model_category.v
Normal file
@@ -0,0 +1,8 @@
|
||||
module meta
|
||||
|
||||
struct Category {
|
||||
pub mut:
|
||||
path string // e.g. Operations/Daily (means 2 levels deep, first level is Operations)
|
||||
collapsible bool = true
|
||||
collapsed bool
|
||||
}
|
||||
Reference in New Issue
Block a user