Skip to content

Commit

Permalink
Corrected template documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jun 15, 2014
1 parent 7069391 commit a646cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ _string_ any additional CSS class to append to the main plugin container.
#### mainTemplate
_string_ the template used to render the widget. The following template variables will be parsed:

- `{class}`: any additional CSS class to append to the main widget container.
- `{class}`: the <code>mainClass</code> property.
- `{preview}`: the content parsed by the `previewTemplate` and will be displayed only if `showPreview` is `true`.
- `{caption}`: the content parsed by the `captionTemplate` and will be displayed only if `showCaption` is `true`.
- `{remove}`: the file remove/clear button and will be displayed only if `showRemove` is `true`.
Expand Down

0 comments on commit a646cc6

Please sign in to comment.