Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 728 Bytes

File metadata and controls

25 lines (14 loc) · 728 Bytes

Directus Extension: Public Folders

This Directus extension grants public read access to all folders created with the name 'public' or under a 'public' folder. It also cleans up permissions when a folder is deleted.

Installation

npm i directus-extension-public-folders

Usage

Once the extension is installed and deployed, it will automatically grant public read access to any folder created with the name 'public' or under a 'public' folder. It will also remove the permissions when a folder is deleted.

Configuration

No additional configuration is required for this extension.

Contributing

Contributions are welcome!

License

This extension is licensed under the GPL v3 License.