Edit in-place field
155 sites
Security covered
This module provides formatters that enable in-place editing of fields directly within views or other entity displays. It supports editing of long and simple text fields, as well as entity reference selections, with ongoing development to include more field types and rendering options.
Provide formatters to allow in-place editing in a View or other display (full content, teaser...).
Compatibility
- This module is compatible with Drupal 9.2 and higher and Drupal 10, 11
- Add more flexibility by using with Drupal Chosen
- Or by using with Drupal Select2
- As known issue, Edit In-place field is not compatible for now with the View field "Node operations bulk form", it cause the HTTP exception " The specified #ajax callback is empty or not callable".
Already done
- Long basic text edition
- Simple text edition (like content title)
- Entity reference selection. (node, taxonomy term...)
- Entity reference filtered by a parent field.
- Compatible with others administration themes like Claro and Gin
To do
- Render fields by using available options (like link to content)
- Add other field types available like integer, float...
Usage
- Edit the display of an entity reference field
- Select the "Edit in place" formatter
- Apply the permission "Allow to use edit in place field to save entities." to the In-place editor user role.
- Long basic text edition
- Simple text edition (like content title)
- Entity reference selection. (node, taxonomy term...)
- Entity reference filtered by a parent field.
- Compatible with others administration themes like Claro and Gin