mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-15 00:31:30 -05:00
* use gofakeit instead of loremipsum, as it can also fake images for attachments * random emails for testing: generate threads, add attachments
8 lines
355 B
Go
8 lines
355 B
Go
package data
|
|
|
|
// Html consists of various html information
|
|
var Html = map[string][]string{
|
|
"svg": {"rect", "circle", "ellipse", "line", "polyline", "polygon"},
|
|
"input_name": {"title", "first_name", "last_name", "suffix", "address", "postal_code", "city", "state", "country", "date_of_birth", "card_number", "description", "message", "status"},
|
|
}
|