[erp5_*] Migrate text content editor fields to renderJS gadget fields.
Only CKEditor and CodeMirror are still supported. This will ensure the compatibility between erp5_xhtml_style and erp5_web_renderjs_ui.
Showing
... | ... | @@ -10,11 +10,9 @@ |
<key> <string>delegated_list</string> </key> | ||
<value> | ||
<list> | ||
<string>css_class</string> | ||
<string>default</string> | ||
<string>editable</string> | ||
<string>enabled</string> | ||
<string>text_editor</string> | ||
<string>title</string> | ||
</list> | ||
</value> | ||
... | ... | @@ -57,10 +55,6 @@ |
<key> <string>tales</string> </key> | ||
<value> | ||
<dictionary> | ||
<item> | ||
<key> <string>css_class</string> </key> | ||
<value> <string></string> </value> | ||
</item> | ||
<item> | ||
<key> <string>default</string> </key> | ||
<value> | ||
... | ... | @@ -89,12 +83,6 @@ |
<key> <string>target</string> </key> | ||
<value> <string></string> </value> | ||
</item> | ||
<item> | ||
<key> <string>text_editor</string> </key> | ||
<value> | ||
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> | ||
</value> | ||
</item> | ||
<item> | ||
<key> <string>title</string> </key> | ||
<value> <string></string> </value> | ||
... | ... | @@ -106,10 +94,6 @@ |
<key> <string>values</string> </key> | ||
<value> | ||
<dictionary> | ||
<item> | ||
<key> <string>css_class</string> </key> | ||
<value> <string>page</string> </value> | ||
</item> | ||
<item> | ||
<key> <string>default</string> </key> | ||
<value> <string></string> </value> | ||
... | ... | @@ -134,10 +118,6 @@ |
<key> <string>target</string> </key> | ||
<value> <string>Click to edit the target</string> </value> | ||
</item> | ||
<item> | ||
<key> <string>text_editor</string> </key> | ||
<value> <string>text_area</string> </value> | ||
</item> | ||
<item> | ||
<key> <string>title</string> </key> | ||
<value> <string>Message</string> </value> | ||
... | ... | @@ -174,17 +154,4 @@ |
</dictionary> | ||
</pickle> | ||
</record> | ||
<record id="4" aka="AAAAAAAAAAQ="> | ||
<pickle> | ||
<global name="TALESMethod" module="Products.Formulator.TALESField"/> | ||
</pickle> | ||
<pickle> | ||
<dictionary> | ||
<item> | ||
<key> <string>_text</string> </key> | ||
<value> <string>python: context.Base_getEditorFieldPreferredTextEditor(content_type=request.get(\'your_content_type\') or context.Ticket_getPreferredFollowUpEventContentType())</string> </value> | ||
|
||
</item> | ||
</dictionary> | ||
</pickle> | ||
</record> | ||
</ZopeData> |