Added longer description for the downloads.

This commit is contained in:
Loic d'Anterroches
2009-06-22 21:08:33 +02:00
parent 0873d44162
commit 3848bd8d22
10 changed files with 535 additions and 298 deletions

View File

@@ -56,6 +56,12 @@ class IDF_Upload extends Pluf_Model
'size' => 250,
'verbose' => __('summary'),
),
'changelog' =>
array(
'type' => 'Pluf_DB_Field_Text',
'blank' => true,
'verbose' => __('changes'),
),
'file' =>
array(
'type' => 'Pluf_DB_Field_File',