stub documentation for Thumbnail Macro, fixed an ordering problem in List of Macros, cleaned up Macro help "A".
This commit is contained in:
parent
7b6c7e5af0
commit
ffa4aa4d08
14 changed files with 82 additions and 14 deletions
23
lib/WebGUI/i18n/English/Thumbnail.pm
Normal file
23
lib/WebGUI/i18n/English/Thumbnail.pm
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
package WebGUI::i18n::English::Thumbnail;
|
||||
|
||||
our $I18N = {
|
||||
|
||||
'thumbnail title' => {
|
||||
message => q|Thumbnail Macro|,
|
||||
lastUpdated => 1112566765,
|
||||
},
|
||||
|
||||
'thumbnail body' => {
|
||||
message => q|
|
||||
|
||||
<b>^Thumbnail(<i>assetId</i>);</b><br>
|
||||
This macro will allow you to fetch the thumbnail for any File or Image Asset by its
|
||||
AssetId.
|
||||
<p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1112566767,
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue