kffein/craft-bulk-edit

Bulk edit

1.1.0 2021-12-07 20:04 UTC

This package is auto-updated.

Last update: 2024-09-08 02:15:40 UTC


README

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