mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-27 07:23:10 -05:00
Add a dummy multi choice element
This commit is contained in:
@@ -212,6 +212,29 @@ func generateSettingsBundleNotificationsRequest() settings.CreateSettingsBundleR
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
Key: "transport",
|
||||
DisplayName: "Transport",
|
||||
Value: &settings.Setting_MultiChoiceValue{
|
||||
MultiChoiceValue: &settings.MultiChoiceListSetting{
|
||||
Options: []*settings.ListOption{
|
||||
{
|
||||
Option: &settings.ListOption_StringValue{
|
||||
StringValue: "email",
|
||||
},
|
||||
DisplayValue: "Send via email",
|
||||
},
|
||||
{
|
||||
Option: &settings.ListOption_StringValue{
|
||||
StringValue: "stream",
|
||||
},
|
||||
DisplayValue: "Show in stream",
|
||||
Default: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user