Commit 3ccfa0f1 authored by Jérome Perrin's avatar Jérome Perrin

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 74571a54
......@@ -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