Commit 2064875b authored by Nicolas Delaby's avatar Nicolas Delaby

Change Template field to use TALES expression validator

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43876 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 72c9faf8
......@@ -10,8 +10,8 @@
<key> <string>delegated_list</string> </key>
<value>
<list>
<string>default</string>
<string>title</string>
<string>default</string>
</list>
</value>
</item>
......@@ -78,13 +78,9 @@
<key> <string>values</string> </key>
<value>
<dictionary>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>field_id</string> </key>
<value> <string>my_string_field</string> </value>
<value> <string>my_view_mode_tales_expression</string> </value>
</item>
<item>
<key> <string>form_id</string> </key>
......
40925
\ No newline at end of file
40926
\ 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