Dropbox Button
Add a Dropbox widget to your template.
Overview
You can add a Dropbox widget to your template that will allow you to add a link to a file on your dropbox account on your site.
To include a Dropbox widget in your template you will need to add the following line:
{{widget('dropbox', 'thisuniquewidgetname', {'align': 'left', 'showFileName': false})|raw}}
Widget Options
You can change the following options for the widget:
-
showFileName
Show the file name.true
orfalse
(default) -
align
: The widget alignment. You can set it to:- widget-align-left
- widget-align-center
- widget-align-right