• Tristan Cavelier's avatar
    erp5_run_my_doc: Fix broken Edit Slideshow · 2115abc3
    Tristan Cavelier authored
    Editor Fields were used to inject HTML, but the fields were
    not pointing to Editor Field directly. They were pointing to
    Base_viewWebFieldLibrary/my_text_content which is designed to
    use a real editor (Gadget Field now) instead of inject HTML.
    
    Some fields were changed to point to Editor Field in order to
    inject HTML.
    
    Base_viewTestPageFieldLibrary/my_embedded_text_content is also
    changed to use a simple text area, like it should be originaly
    designed for.
    2115abc3
your_text_content.xml 2.44 KB