🇬🇧United Kingdom cashburton
cashburton → created an issue.
🇬🇧United Kingdom cashburton
Patch in #9 works, but I needed to add the term 'email' to the patch, for an email field, the below example worked for me:
Example:
Line: 86
- if (in_array($field_config->getType(), ['text', 'text_long', 'text_with_summary', 'string', 'list_string'])) {
+ if (in_array($field_config->getType(), ['text', 'text_long', 'text_with_summary', 'string', 'list_string', 'email'])) {