Commit 60b28416 authored by Vincent Bechu's avatar Vincent Bechu

erp5_officejs: use textarea for sub_installer in site layout

parent 79993006
......@@ -11,6 +11,7 @@
<value>
<list>
<string>title</string>
<string>width</string>
</list>
</value>
</item>
......@@ -73,12 +74,16 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_view_mode_reference</string> </value>
<value> <string>my_text_area_field</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>input_type</string> </key>
<value> <string>textarea</string> </value>
</item>
<item>
<key> <string>target</string> </key>
<value> <string>Click to edit the target</string> </value>
......@@ -87,6 +92,10 @@
<key> <string>title</string> </key>
<value> <string>Sub Gadget Installer</string> </value>
</item>
<item>
<key> <string>width</string> </key>
<value> <int>33</int> </value>
</item>
</dictionary>
</value>
</item>
......
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