forked from goffee/core
add ID to PageNavItem
This commit is contained in:
parent
f276f4d61d
commit
653fd5c64e
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