mirror of
https://github.com/colymba/GridFieldBulkEditingTools.git
synced 2024-10-22 11:05:57 +02:00
Install via composer
This commit is contained in:
parent
ef4b447c05
commit
14ca2b227d
13
README.md
13
README.md
@ -7,7 +7,6 @@ GridField Bulk Editing Tools
|
||||
|
||||
Set of SilverStripe 4 GridField components to facilitate bulk file upload & record editing.
|
||||
|
||||
![preview](screenshots/preview.png)
|
||||
|
||||
## Components:
|
||||
* [Bulk Upload](#bulk-upload): Upload multiple images or files at once into DataObjects
|
||||
@ -18,14 +17,10 @@ Set of SilverStripe 4 GridField components to facilitate bulk file upload & reco
|
||||
## Requirements
|
||||
* SilverStripe 4.0 (3.+)
|
||||
* SilverStripe 3.1 (version 2.+ / 1.+)
|
||||
* Silverstripe 3.0 (version [0.5](https://github.com/colymba/GridFieldBulkEditingTools/tree/0.5))
|
||||
* Silverstripe 3.0 (version 0.5)
|
||||
|
||||
## Installation
|
||||
### Composer
|
||||
* `composer require colymba/gridfield-bulk-editing-tools`
|
||||
|
||||
### Manual
|
||||
* Download and copy module in SilverStripe root directory
|
||||
`composer require colymba/gridfield-bulk-editing-tools`
|
||||
|
||||
## 3.0.0 deprecations
|
||||
The 3.x versions of this module require SilverStripe 4.x+, and PHP 5.5 or above:
|
||||
@ -55,10 +50,6 @@ $config->addComponent(new \Colymba\BulkManager\BulkManager());
|
||||
|
||||
See [BULK_MANAGER.md](docs/en//BULK_MANAGER.md) for detailed configuration.
|
||||
|
||||
## Interdependencies
|
||||
The `BulkUploader` component makes use of `BulkManager` to allow quick editing of the newly uploaded files. Although not nescessary for the component to work, adding `Colymba\BulkManager\BulkManager` too to your `GridFieldConfig` will give you this advantage.
|
||||
|
||||
|
||||
## Translations
|
||||
|
||||
Translations of the natural language strings are managed through a third party translation interface, transifex.com.
|
||||
|
Loading…
Reference in New Issue
Block a user