Commit f8d06bd8 authored by Gabriel Monnerat's avatar Gabriel Monnerat

change text_editor property and added svg editor as default

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40617 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a881b237
......@@ -217,7 +217,11 @@
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
<value> <string encoding="cdata"><![CDATA[
<iframe name="svgframe" id="svgframe" src="jquery/plugin/svg-editor/svg-editor.html" width="750" height="600"/>
]]></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......@@ -225,7 +229,7 @@
</item>
<item>
<key> <string>editable</string> </key>
<value> <int>1</int> </value>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>enabled</string> </key>
......@@ -265,7 +269,7 @@
</item>
<item>
<key> <string>text_editor</string> </key>
<value> <string>svg_editor</string> </value>
<value> <string>text_area</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
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