directus-extension-fieldsplus-patched
v2.0.0
Published
Simple media uploader interfaces for Directus - Image and Video
Maintainers
Readme
Directus Extension: FieldsPlus (Rewritten)
Simple, clean media uploader interfaces for Directus 11+.
Features
This bundle extension provides two simplified uploader interfaces:
1. Image Uploader
A streamlined image upload interface with preview functionality.
Usage:
- Field Type:
uuid - Relationship: Many-to-One to
directus_files - Interface: Select "Image Uploader"
2. Video Uploader
A streamlined video upload interface with video preview.
Features:
- Drag & drop upload
- Select from library
- Upload from URL
- Video preview with controls
- Delete button (appears on hover)
- Clean, minimal UI
Usage:
- Field Type:
uuid - Relationship: Many-to-One to
directus_files - Interface: Select "Video Uploader"
Installation
npm install directus-extension-fieldsplus-patchedOr copy the built extension to your Directus extensions folder.
Development
This is a complete rewrite of the original extension with clean, readable source code.
Build
npm run build # Build for production
npm run dev # Watch mode with no minificationLicense
MIT
