add: example images to templates

This commit is contained in:
Doug Bell 2010-04-26 18:01:39 -05:00
parent fc95fa8f86
commit 23d80cfa5c
6 changed files with 41 additions and 0 deletions

View file

@ -390,6 +390,16 @@ Any scratch variables will be available in the template with this syntax:<br/>
lastUpdated => 0,
},
'field storageIdExample' => {
message => 'Example Image',
lastUpdated => 0,
},
'field storageIdExample description' => {
message => 'An example image to show what the template looks like before the user selects it',
lastUpdated => 0,
},
};
1;