Skip to content

kffein/craft-bulk-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Craft Bulk Edit plugin for Craft CMS 3.x

Screenshot

Requirements

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation

To install Craft Bulk Edit, follow these steps:

  1. Install with Composer via composer require kffein/craft-bulk-edit from your project directory
  2. 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

Screenshot

Supported Field

  • Dropdown
  • Radio Button
  • Categories