Plugin implementation of the 'email_default' widget.
@Plugin(
id = "email_default",
module = "email",
label = @Translation("E-mail"),
field_types = {
"email"
},
settings = {
"placeholder" = ""
}
)
Expanded class hierarchy of EmailDefaultWidget