Commit bc7c3232 authored by Romain Courteaud's avatar Romain Courteaud

Parameters are not editable yet, as no interaction are implemented.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42421 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d547154a
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
</item> </item>
<item> <item>
<key> <string>editable</string> </key> <key> <string>editable</string> </key>
<value> <int>1</int> </value> <value> <int>0</int> </value>
</item> </item>
<item> <item>
<key> <string>enabled</string> </key> <key> <string>enabled</string> </key>
......
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
<list> <list>
<string>css_class</string> <string>css_class</string>
<string>default</string> <string>default</string>
<string>enabled</string>
<string>name</string> <string>name</string>
<string>title</string> <string>title</string>
</list> </list>
...@@ -82,6 +83,10 @@ ...@@ -82,6 +83,10 @@
<key> <string>default</string> </key> <key> <string>default</string> </key>
<value> <string>Update</string> </value> <value> <string>Update</string> </value>
</item> </item>
<item>
<key> <string>enabled</string> </key>
<value> <int>0</int> </value>
</item>
<item> <item>
<key> <string>field_id</string> </key> <key> <string>field_id</string> </key>
<value> <string>my_input_button_field</string> </value> <value> <string>my_input_button_field</string> </value>
......
252 256
\ No newline at end of file \ 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