Files
opencloud/vendor/github.com/brianvoe/gofakeit/v7/data/html.go
Pascal Bleser 7f19c8ecd3 groupware: improve jmap integration tests
* use gofakeit instead of loremipsum, as it can also fake images for
   attachments

 * random emails for testing: generate threads, add attachments
2026-02-10 17:04:00 +01:00

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"},
}