You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pimcore 11 replaced ckeditor (which is needed in mail editor) with tinymce. Besides that, the mail editor in form builder currently only supports plain text.
Time to refactor this feature (which also will introduce some BC breaks).
Introduce a full-featured mail editor
Allow HTML / plain text definition
Allow Label / Field definitions by using drag'n'drop (similar to pimcores grid configurator)
Allow adding/applying different transformers (date => format, object => int to object.property)
Add all fields by default to prevent extra effort until user changes structure manually
BC Breaks
Revise Transformers (Stil needed?)
Revise email/form-data.html.twig
The text was updated successfully, but these errors were encountered:
Pimcore 11 replaced ckeditor (which is needed in mail editor) with tinymce. Besides that, the mail editor in form builder currently only supports plain text.
Time to refactor this feature (which also will introduce some BC breaks).
Introduce a full-featured mail editor
BC Breaks
email/form-data.html.twig
The text was updated successfully, but these errors were encountered: