[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 @@ | ... | @@ -10,11 +10,9 @@ |
<key> <string>delegated_list</string> </key> | <key> <string>delegated_list</string> </key> | ||
<value> | <value> | ||
<list> | <list> | ||
<string>css_class</string> | |||
<string>default</string> | <string>default</string> | ||
<string>editable</string> | <string>editable</string> | ||
<string>enabled</string> | <string>enabled</string> | ||
<string>text_editor</string> | |||
<string>title</string> | <string>title</string> | ||
</list> | </list> | ||
</value> | </value> | ||
... | @@ -57,10 +55,6 @@ | ... | @@ -57,10 +55,6 @@ |
<key> <string>tales</string> </key> | <key> <string>tales</string> </key> | ||
<value> | <value> | ||
<dictionary> | <dictionary> | ||
<item> | |||
<key> <string>css_class</string> </key> | |||
<value> <string></string> </value> | |||
</item> | |||
<item> | <item> | ||
<key> <string>default</string> </key> | <key> <string>default</string> </key> | ||
<value> | <value> | ||
... | @@ -89,12 +83,6 @@ | ... | @@ -89,12 +83,6 @@ |
<key> <string>target</string> </key> | <key> <string>target</string> </key> | ||
<value> <string></string> </value> | <value> <string></string> </value> | ||
</item> | </item> | ||
<item> | |||
<key> <string>text_editor</string> </key> | |||
<value> | |||
<persistent> <string encoding="base64">AAAAAAAAAAQ=</string> </persistent> | |||
</value> | |||
</item> | |||
<item> | <item> | ||
<key> <string>title</string> </key> | <key> <string>title</string> </key> | ||
<value> <string></string> </value> | <value> <string></string> </value> | ||
... | @@ -106,10 +94,6 @@ | ... | @@ -106,10 +94,6 @@ |
<key> <string>values</string> </key> | <key> <string>values</string> </key> | ||
<value> | <value> | ||
<dictionary> | <dictionary> | ||
<item> | |||
<key> <string>css_class</string> </key> | |||
<value> <string>page</string> </value> | |||
</item> | |||
<item> | <item> | ||
<key> <string>default</string> </key> | <key> <string>default</string> </key> | ||
<value> <string></string> </value> | <value> <string></string> </value> | ||
... | @@ -134,10 +118,6 @@ | ... | @@ -134,10 +118,6 @@ |
<key> <string>target</string> </key> | <key> <string>target</string> </key> | ||
<value> <string>Click to edit the target</string> </value> | <value> <string>Click to edit the target</string> </value> | ||
</item> | </item> | ||
<item> | |||
<key> <string>text_editor</string> </key> | |||
<value> <string>text_area</string> </value> | |||
</item> | |||
<item> | <item> | ||
<key> <string>title</string> </key> | <key> <string>title</string> </key> | ||
<value> <string>Message</string> </value> | <value> <string>Message</string> </value> | ||
... | @@ -174,17 +154,4 @@ | ... | @@ -174,17 +154,4 @@ |
</dictionary> | </dictionary> | ||
</pickle> | </pickle> | ||
</record> | </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> | </ZopeData> |