webgui/lib/WebGUI/Help/Macro_RandomAssetProxy.pm
Colin Kuskie cffe4fbc7b Remove the "using macros" entry, and all references.
Pruning and altering Macro docs up to and including CanEditText.
2007-07-17 15:44:12 +00:00

16 lines
222 B
Perl

package WebGUI::Help::Macro_RandomAssetProxy;
our $HELP = {
'random asset proxy' => {
title => 'random asset proxy title',
body => 'random asset proxy body',
fields => [
],
related => [
]
},
};
1;