kffein / craft-bulk-edit
Bulk edit
Installs: 1 221
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 3
Forks: 2
Open Issues: 3
Type:craft-plugin
Requires
- craftcms/cms: ^3.7.0
README
Requirements
This plugin requires Craft CMS 3.0.0-beta.23 or later.
Installation
To install Craft Bulk Edit, follow these steps:
- Install with Composer via composer require kffein/craft-bulk-edit from your project directory
- Install plugin in the Craft Control Panel under Settings > Plugins
Or
You can also install Craft Bulk Edit via the Plugin Store in the Craft AdminCP.
Configuration
Create a craft-bulk-edit.php file in config/ directory and return an array of sections and fields handle e.g. :
<?php return [ 'addEditFieldAction' => [ 'sectionTwo' => [ 'firstDopdown', 'firstRadioButton' ] ] ];
Preview
Supported Field
- Dropdown
- Radio Button
- Categories