🇬🇧United Kingdom @cashburton

Account created on 25 April 2022, over 2 years ago
#

Recent comments

🇬🇧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'])) {

Production build 0.71.5 2024