Commit ae044f4f authored by Jérome Perrin's avatar Jérome Perrin Committed by Kazuhiko Shiozaki

property_sheets: set default value on SimpleItem.short_title

We have DublinCore.short_title and SimpleItem.short_title, make the two
use the same default value for consistency.
parent 57a9c1f6
......@@ -49,6 +49,10 @@
<key> <string>portal_type</string> </key>
<value> <string>Standard Property</string> </value>
</item>
<item>
<key> <string>property_default</string> </key>
<value> <string>python: \'\'</string> </value>
</item>
<item>
<key> <string>translatable</string> </key>
<value> <int>1</int> </value>
......
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