mobile update

pull/127/head
hunterlong 2019-02-04 16:17:00 -08:00
parent 8900be01a3
commit e1af664d8f
1 changed files with 2 additions and 2 deletions

View File

@ -45,13 +45,13 @@ var mobile = &mobilePush{&notifier.Notification{
Title: "Device Identifiers", Title: "Device Identifiers",
Placeholder: "A list of your mobile device push notification ID's.", Placeholder: "A list of your mobile device push notification ID's.",
DbField: "var1", DbField: "var1",
IsHidden: false, IsHidden: true,
}, { }, {
Type: "number", Type: "number",
Title: "Array of device numbers", Title: "Array of device numbers",
Placeholder: "1 for iphone 2 for android", Placeholder: "1 for iphone 2 for android",
DbField: "var2", DbField: "var2",
IsHidden: false, IsHidden: true,
}}}, }}},
} }