Download the PHP package colymba/gridfield-bulk-editing-tools without Composer
On this page you can find all versions of the php package colymba/gridfield-bulk-editing-tools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download colymba/gridfield-bulk-editing-tools
More information about colymba/gridfield-bulk-editing-tools
Files in colymba/gridfield-bulk-editing-tools
Package gridfield-bulk-editing-tools
Short Description SilverStripe GridField component to upload images/files and edit records in bulk
License BSD-3-Clause
Homepage https://github.com/colymba/GridFieldBulkEditingTools
Informations about the package gridfield-bulk-editing-tools
GridField Bulk Editing Tools
:warning: I haven't been able to give as much love as I would like to these repos as they deserve. If you have time and are interested to help maintain them, give me a shout. :rotating_light:
Set of SilverStripe CMS GridField components to facilitate bulk file upload & record editing.
Components:
- Bulk Upload: Upload multiple images or files at once into DataObjects
- Bulk Manager: Delete, Unlink, Edit (and more) multiple records at once
Installation
Bulk Upload
Upload multiple images or files at once into DataObjects. Perfect for galleries and the like.
Versioned
By default BulkUploader
will write to the current stage (most likely Draft). To auto publish your DataObject
, use the following param or config:
OR
Your DataObject
should own
the Image
/File
relation so it is published at the same time: See SilverStripe DataObject ownership DOC
See BULK_UPLOAD.md for detailed configuration.
Bulk Manager
Perform actions on multiple records straight from the GridField
See BULK_MANAGER.md for detailed configuration.
Tooling
npm run watch
for developmentnpm run dist
before pushing to the repo
Translations
Translations of the natural language strings are managed through a third party translation interface, transifex.com.
Please use https://www.transifex.com/silverstripe/silverstripe-gridfield-bulk-editing-tools to contribute translations, rather than sending pull requests with YAML/JS files.
License and Copyright
BSD 3-clause license