https://github.com/backdrop-contrib/file_library
Backdrop CMS module to let people pick previously uploaded files via dialog (file field widget extension).
https://github.com/backdrop-contrib/file_library
backdropcms filepicker files modal-dialog views widget
Last synced: 10 months ago
JSON representation
Backdrop CMS module to let people pick previously uploaded files via dialog (file field widget extension).
- Host: GitHub
- URL: https://github.com/backdrop-contrib/file_library
- Owner: backdrop-contrib
- License: gpl-2.0
- Created: 2024-06-07T11:58:08.000Z (over 1 year ago)
- Default Branch: 1.x-1.x
- Last Pushed: 2025-02-27T07:00:57.000Z (11 months ago)
- Last Synced: 2025-02-27T09:40:56.146Z (11 months ago)
- Topics: backdropcms, filepicker, files, modal-dialog, views, widget
- Language: PHP
- Homepage: https://backdropcms.org/project/file_library
- Size: 56.6 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# File Library
Adds the ability to pick previously uploaded files for file fields (comparable
to the image library). For enabled file fields a button "Select
existing file" will appear, next to the upload form item.
This button opens a dialog, with a view as content.

The view is configurable per field instance. You can also create (or clone) multiple views
and pick the one you prefer per field.
And, of course, you can leverage the full flexibility of views using the
Views admin UI.
Regardless of configured views filters, the file picker will only show files
matching the extension setting of the current field.
Permissions to access the file library are configurable via Views admin UI
(section "Access").
If someone's not permitted to access the view, the browse button won't show.
## Installation
- Install this module using the
[official Backdrop CMS instructions](https://docs.backdropcms.org/documentation/extend-with-modules)
Go to a file field setting (like admin/structure/types/manage/NODE_TYPE/fields/FIELDNAME),
check the "Enable file picker" setting at the bottom and save.
## Issues
Bugs and feature requests should be reported in the
[Issue Queue](https://github.com/backdrop-contrib/file_library/issues).
## Current Maintainers
- Indigoxela (https://github.com/indigoxela)
## License
This project is GPL v2 software. See the LICENSE.txt file in this directory for complete text.