FilePile help

This commit is contained in:
Colin Kuskie 2005-03-30 04:48:31 +00:00
parent 083dd14617
commit f0930aed54
2 changed files with 92 additions and 0 deletions

View file

@ -0,0 +1,18 @@
package WebGUI::Help::FilePile;
our $HELP = {
'file pile add/edit' => {
title => 'file pile add/edit title',
body => 'file pile add/edit body',
related => [
{
tag => 'asset fields',
namespace => 'Asset'
},
]
},
};
1;