edit_in_place_field
173 sites
No security coverage
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