restoring lost/emptied file
This commit is contained in:
parent
9774d62f3d
commit
f55e487d3e
1 changed files with 20 additions and 0 deletions
|
|
@ -0,0 +1,20 @@
|
||||||
|
package WebGUI::Help::Macro_FetchMimeType;
|
||||||
|
|
||||||
|
our $HELP = {
|
||||||
|
|
||||||
|
'fetch mime type' => {
|
||||||
|
title => 'fetch mime type title',
|
||||||
|
body => 'fetch mime type body',
|
||||||
|
fields => [
|
||||||
|
],
|
||||||
|
related => [
|
||||||
|
{
|
||||||
|
tag => 'macros using',
|
||||||
|
namespace => 'Macros'
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
1;
|
||||||
Loading…
Add table
Add a link
Reference in a new issue