mirror of
https://git.sr.ht/~phw/scotty
synced 2025-06-05 04:58:33 +02:00
Allow editing config option after renaming
This commit is contained in:
parent
1ef498943b
commit
93767df567
3 changed files with 17 additions and 9 deletions
|
@ -25,9 +25,10 @@ const (
|
|||
)
|
||||
|
||||
type BackendOption struct {
|
||||
Name string
|
||||
Label string
|
||||
Type OptionType
|
||||
Default string
|
||||
Validate func(string) error
|
||||
Name string
|
||||
Label string
|
||||
Type OptionType
|
||||
Default string
|
||||
Validate func(string) error
|
||||
MigrateFrom string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue