File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ _string_ any additional CSS class to append to the main plugin container.
129
129
#### mainTemplate
130
130
_ string_ the template used to render the widget. The following template variables will be parsed:
131
131
132
- - ` {class} ` : the < code > mainClass</ code > property.
132
+ - ` {class} ` : the CSS class as set in the ` mainClass ` property.
133
133
- ` {preview} ` : the content parsed by the ` previewTemplate ` and will be displayed only if ` showPreview ` is ` true ` .
134
134
- ` {caption} ` : the content parsed by the ` captionTemplate ` and will be displayed only if ` showCaption ` is ` true ` .
135
135
- ` {remove} ` : the file remove/clear button and will be displayed only if ` showRemove ` is ` true ` .
@@ -198,7 +198,7 @@ files passed in `initialPreview`.
198
198
#### captionTemplate
199
199
_ string_ the template used to render the caption. The following template variables will be parsed:
200
200
201
- - ` {class} ` : the ` captionClass ` property.
201
+ - ` {class} ` : the CSS class as set in the ` captionClass ` property.
202
202
203
203
The ` captionTemplate ` if not set will default to:
204
204
``` html
@@ -210,7 +210,7 @@ The `captionTemplate` if not set will default to:
210
210
#### previewTemplate
211
211
_ string_ the template used to render the preview. The following template variables will be parsed:
212
212
213
- - ` {class} ` : the ` previewClass ` property.
213
+ - ` {class} ` : the CSS class as set in the ` previewClass ` property.
214
214
215
215
The ` previewTemplate ` if not set will default to:
216
216
``` html
You can’t perform that action at this time.
0 commit comments