1
0
Fork 0
forked from goffee/core

add ID to PageNavItem

This commit is contained in:
Zeni Kim 2025-04-27 23:41:25 -05:00
parent f276f4d61d
commit 653fd5c64e

View file

@ -10,6 +10,7 @@ type PageNav struct {
type PageNavItem struct { type PageNavItem struct {
Text string Text string
Link string Link string
ID string
IsDisabled bool IsDisabled bool
IsActive bool IsActive bool
ChildItems []PageNavItem ChildItems []PageNavItem