forked from goffee/core
main #6
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ type PageNav struct {
|
|||
type PageNavItem struct {
|
||||
Text string
|
||||
Link string
|
||||
ID string
|
||||
IsDisabled bool
|
||||
IsActive bool
|
||||
ChildItems []PageNavItem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue