Quick Edit allows content to be edited in-place.
1.0.x series
This branch is the legacy home in contrib for the quickedit module that lived in Core version 8 and 9, then was removed from Drupal 10. It has no requirements other than Drupal Core 9 and up. It is considered feature complete.
This project will cooperate with the Drupal Security Team for any reported vulnerabilities. Otherwise, no further development will be made unless other maintainers step forward to support this project.
7.x-1.x series
The 7.x-1.x branch of Quick Edit is a backport of the Drupal 8 In-place editing for Fields.
This branch is unsupported and no further development will happen. Any D7 site still using this should upgrade to D9 and switch to the 1.0.x series ASAP.
Requirements
Quick Edit has six dependencies and requires two libraries.
Drupal 7.22 or later.
- Contextual, Field and Filter modules included with Drupal core.
Contrib
- CTools
- Entity API
- Libraries - 2.x
Libraries
- Underscore.js - 1.5 or later (production version)
- Backbone.js - 1.0 or later (production version)
Installation
- Download the Backbone.js and Underscore.js libraries, extract them and then place them in your site's libraries directory. Take care to ensure that the resulting folder names are
backboneandunderscorerespectively. - Quick Edit can be installed via the standard Drupal installation process.
Related Modules
- Editor: Allows in-place WYSIWYG editing.
- Quick Edit Tab: Integrates with the Navbar module to highlight in-place editable entities and trigger quick editing.