When I create a new PFG form folder, the default text format = plain text appears in the Prologue and Epilogue text areas. Is this intended?
If the default text editor for the user is TinyMCE (both in / personalize _form and portal_memberdata wysiwyg_editor), I would expect Prologue and Epilogue to behave just like the new page content type that comes with TinyMCE.
When I look at Product.PloneFormGen-1.5.5 in content / form.py, TextField ('formPrologue') is set to default_content_type = zconf.ATDocument.default_content_type, which means it will behave just like the regular type of document content.
Thank!
fulv source
share