// Provides widgets for downloading PDF files and other files that have been// uploaded to the file library provided by [apostrophe-files](/reference/modules/apostrophe-files).module.exports = {
extend: 'apostrophe-pieces-widgets',
label: 'File(s)'
};