Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 607 Bytes

quick-start.md

File metadata and controls

7 lines (4 loc) · 607 Bytes

Quick Start

  1. Install via composer and run dev/build.

  2. Now any UploadField that hasn't explicitly called setFolderName() will be affected by this module. If you need to reset an UploadField's folder name you must call UploadField::setFolderName(false) to that it will fallback to the default upload path, at least as of SilverStripe 4.1.

  3. Check "Known limitations" on the main README.md and ensure you don't need to follow those steps for your use-cases.