Commit 915ee2fb authored by Sebastien Robin's avatar Sebastien Robin

erp5_core: allow to use ACE editor as text editor

parent 0b7c57cd
......@@ -55,6 +55,10 @@
if getattr(context.portal_skins, "erp5_xinha_editor", None) is not None:\n
text_editor_list.append(("Xinha Editor", "xinha"))\n
\n
\n
if getattr(context.portal_skins, "erp5_ace_editor", None) is not None:\n
text_editor_list.append(("Ace Editor", "ace"))\n
\n
return text_editor_list\n
</string> </value>
</item>
......
41169
\ No newline at end of file
41170
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment