Commit 46576c52 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Add template_message_translation.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2251 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 48283c9c
......@@ -108,7 +108,12 @@ class BusinessTemplate:
'mode' : 'w',
'default' : () },
{ 'id' : 'template_path',
'description' : 'A list of ids of skins used by this module',
'description' : 'A list of object paths used by this module',
'type' : 'lines',
'mode' : 'w',
'default' : () },
{ 'id' : 'template_message_translation',
'description' : 'A list of message translations by this module',
'type' : 'lines',
'mode' : 'w',
'default' : () },
......
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