Perform batch actions on your elements. Easily set field values across your elements, or filter down elements for deletion.
To install Batch, follow these steps:
- Download & unzip the file and place the
batch
directory into yourcraft/plugins
directory - -OR- do a
git clone https://github.com/chasegiunta/batch.git
directly into yourcraft/plugins
folder. You can then update it withgit pull
- -OR- install with Composer via
composer require chasegiunta/batch
- Install plugin in the Craft Control Panel under Settings > Plugins
- The plugin folder should be named
batch
for Craft to see it. GitHub recently started appending-master
(the branch name) to the name of the folder for zip file downloads.
Batch works on Craft 2.4.x and Craft 2.5.x.
A simple plugin for batch (re)setting field values either across users or entries.
Very simple implementation. Doesn't support Matrix, Super Table, Neo, or other advanced fields.
- Set multiple fields & values
- Add support for other elements
- Allow filtering through twig
Brought to you by ChaseGiunta