Commit 00ef4a59 authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Sign should be checkbix and Layer should be integer

parent e0725ff1
......@@ -77,10 +77,6 @@
<string>title</string>
<string>Title</string>
</tuple>
<tuple>
<string>relative_url</string>
<string>URL</string>
</tuple>
</list>
</value>
</item>
......
......@@ -80,7 +80,7 @@
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value>
<value> <string>my_integer_field</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......
......@@ -11,6 +11,7 @@
<value>
<list>
<string>default</string>
<string>required</string>
<string>title</string>
</list>
</value>
......@@ -86,6 +87,10 @@
<key> <string>form_id</string> </key>
<value> <string>Base_viewFieldLibrary</string> </value>
</item>
<item>
<key> <string>required</string> </key>
<value> <int>1</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string>Path</string> </value>
......
......@@ -80,7 +80,7 @@
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value>
<value> <string>my_checkbox</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......
......@@ -56,6 +56,10 @@
<key> <string>form_id</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</value>
</item>
......
......@@ -69,7 +69,7 @@
<dictionary>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_integer_field</string> </value>
<value> <string>my_checkbox</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......
......@@ -80,7 +80,7 @@
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value>
<value> <string>my_integer_field</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......
......@@ -80,7 +80,7 @@
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value>
<value> <string>my_checkbox</string> </value>
</item>
<item>
<key> <string>form_id</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