Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.19 KB

File metadata and controls

41 lines (22 loc) · 1.19 KB

File type management

This module uses the values of File.allowed_extensions to provide an interface for the configuration of allowed file types both in site settings and on a per-field/model basis, the main use-case being the editable file upload field in silverstripe/userforms.

Usage

See Documentation

Installation

composer require nswdpc/silverstripe-filetype-management

License

BSD-3-Clause

Configuration

See Configuration for advanced configuration.

Maintainers

  • PD web team

Bugtracker

We welcome bug reports, pull requests and feature requests on the Github Issue tracker for this project.

Please review the code of conduct prior to opening a new issue.

Security

If you have found a security issue with this module, please email digital[@]dpc.nsw.gov.au in the first instance, detailing your findings.

Development and contribution

If you would like to make contributions to the module please ensure you raise a pull request and discuss with the module maintainers.

Please review the code of conduct prior to completing a pull request.