{% extends "@corePath/admin/partial/layout_logged_in.html.twig" %} {% block title %}{{ pluginName }} Settings{% endblock %} {% block selected_page %}plugins{% endblock %} {% block selected_sub_page %}plugin_manage{% endblock %} {% block body %}
Whether this plugin is enabled.
Which account and folder to store all uploads within. Leaving this as 'logged in user' will assign it to the user who is uploading the file, or a non-account upload if they are not logged in.
Note: Only paid, moderator and admin users are shown above.
Try out any of the widget below by using the examples. Copy & paste any of the HTML code into your own site to embed the uploader. There are 3 default variations of the uploader widget, you can amend the styles of these by editing the css file listed. Site upload settings still apply to widget uploaders.
Matches the main site styling. Larger format, includes progress uploader, multiple file upload, chunked uploading and custom buttons.
Widget Example:
Widget HTML Code:
{{ largeUploaderIframeHtml }}
Same as the large uploader above however with smaller icons.
{{ largeNHUploaderIframeHtml }}
Less formatting, button uploaders, multiple file upload, chunked uploading, useful as a good starting point for customising or when space is limited.
{{ minimalUploaderIframeHtml }}