Commit cc49eab3 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added text editor support.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16137 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent edcaed67
...@@ -69,6 +69,7 @@ ...@@ -69,6 +69,7 @@
<list> <list>
<string>left</string> <string>left</string>
<string>right</string> <string>right</string>
<string>center</string>
</list> </list>
</value> </value>
</item> </item>
...@@ -76,6 +77,15 @@ ...@@ -76,6 +77,15 @@
<key> <string>groups</string> </key> <key> <string>groups</string> </key>
<value> <value>
<dictionary> <dictionary>
<item>
<key> <string>center</string> </key>
<value>
<list>
<string>my_preferred_text_editor</string>
<string>my_preferred_text_format</string>
</list>
</value>
</item>
<item> <item>
<key> <string>left</string> </key> <key> <string>left</string> </key>
<value> <value>
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
<value> <value>
<dictionary> <dictionary>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
<value> <int>1</int> </value> <value> <int>1</int> </value>
</item> </item>
<item> <item>
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Category Item List Method</string> </value> <value> <string>Category Item List Method</string> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Documentation URL</string> </value> <value> <string>Documentation URL</string> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Money Amounts Fields Width</string> </value> <value> <string>Money Amounts Fields Width</string> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>Quantity Fields Width</string> </value> <value> <string>Quantity Fields Width</string> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>String Fields Width</string> </value> <value> <string>String Fields Width</string> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>TextArea Field Height</string> </value> <value> <string>TextArea Field Height</string> </value>
</item> </item>
</dictionary> </dictionary>
......
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<value> <string>Click to edit the target</string> </value> <value> <string>Click to edit the target</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string>TextArea Field Width</string> </value> <value> <string>TextArea Field Width</string> </value>
</item> </item>
</dictionary> </dictionary>
......
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