Re: Wysiwyg editors won't save content anymore

Julien Stegle <[email protected]>
Newsgroups gmane.comp.web.zope.plone.devel
Message-ID <[email protected]>
Hi Guido,

Unfortunately, my plone site configuration is the same as the one you've 
sent me:
forbidden_contenttypes:

  * text/structured
  * text/restructured
  * text/x-rst
  * text/plain
  * text/plain-pre
  * text/x-python
  * text/x-web-markdown
  * text/x-web-intelligent
  * text/x-html-captioned


It seems that the new value for my text field isn't sent via request, it 
contains only the old value. Maybe the TinyMCE javascript is too old. I 
have to check the version i'm using.

Anyway, thank you for spending the time to answer me,
Best regards,
Julie

Le 22/05/2014 16:05, Guido Stevens a écrit :
> 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>
>
>


--

------------------------------------------------------------------------------
"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

_______________________________________________
Plone-developers mailing list
Plone-developers-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/plone-developers
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.