forked from goffee/core
add ID to dropdown item
This commit is contained in:
parent
95a37c9aca
commit
1657c19cc4
2 changed files with 2 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ type ContentDropdown struct {
|
|||
type ContentDropdownItem struct {
|
||||
Text string
|
||||
Link string
|
||||
ID string
|
||||
IsDisabled bool
|
||||
IsActive bool
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue