- Issue created by @szloredan
- π¨πSwitzerland berdir Switzerland
config/interface translation sync is tricky and there's not too much this module can do about that.
We were also running into some edge cases with the _default string. I see that there is special logic that only converts it into an html editor if it's not _default or a token, but if it was customized and then you attempt to ange it, the regex will no longer match if it ever has
or something like that (in our case, it was automatically translated with our TMGMT integration, we should add a check for _default there as well). The client was unable to fix it back then.
- π¨πSwitzerland berdir Switzerland
Maybe \Drupal\webform\Plugin\WebformHandler\EmailWebformHandler::getMessage() could be more lenient with the $is_default_configuration check and run a trim(strip_tags()) on it?
I also created π Do not translate special _default key in webform elements Active