Re: Wysiwyg editors won't save content anymore

Guido Stevens <[email protected]>
Newsgroups gmane.comp.web.zope.plone.devel
Organization Cosent -:- social knowledge technology
Message-ID <[email protected]>
On 22/05/14 15:31, Julien Stegle wrote:
> If I select HTML as format, any modification made won't be taken in
> account.

I've been bitten by that as well in a recent project and worked around 
it by forcing text/html output via GenericSetup propertiestool.xml:

<?xml version="1.0"?>
<object name="portal_properties" meta_type="Plone Properties Tool">
  <object name="site_properties" meta_type="Plone Property Sheet">
   <property name="forbidden_contenttypes" type="lines">
    <element value="text/structured"/>
    <element value="text/x-rst"/>
    <element value="text/restructured"/>
    <element value="text/plain"/>
    <element value="text/plain-pre"/>
    <element value="text/x-python"/>
    <element value="text/x-web-markdown"/>
    <element value="text/x-web-textile"/>
    <element value="text/x-web-intelligent"/>
    <element value="text/x-plone-outputfilters-html"/>
   </property>
   <property
    name="default_contenttype" type="string">text/html</property>
  </object>
</object>


-- 
     Guido Stevens  |  +31.43.3618933  |  http://cosent.nl

     s o c i a l   k n o w l e d g e   t e c h n o l o g y


------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.