feat(index): add disable index
option for storages (#7730)
This commit is contained in:
@ -133,6 +133,12 @@ func getMainItems(config driver.Config) []driver.Item {
|
||||
Type: conf.TypeSelect,
|
||||
Options: "front,back",
|
||||
})
|
||||
items = append(items, driver.Item{
|
||||
Name: "disable_index",
|
||||
Type: conf.TypeBool,
|
||||
Default: "false",
|
||||
Required: true,
|
||||
})
|
||||
items = append(items, driver.Item{
|
||||
Name: "enable_sign",
|
||||
Type: conf.TypeBool,
|
||||
|
Reference in New Issue
Block a user