heimrichhannot / contao-frontendedit
A generic module using formhybrid for listing, editing, and deleting entities.
Package info
github.com/heimrichhannot/contao-frontendedit
Type:contao-module
pkg:composer/heimrichhannot/contao-frontendedit
6.6.0
2022-08-23 07:18 UTC
Requires
- php: ~5.4 || ~7.0 || ^8.0
- contao-community-alliance/composer-plugin: ~2.4 || ~3.0
- contao/core-bundle: ^3.5.1 || ~4.1
- heimrichhannot/contao-formhybrid_list: ^5.0
- heimrichhannot/contao-notification_center_plus: ~1.0
Suggests
- heimrichhannot/contao-entity_lock: This module adds functionality for locking entities for other users while they are edited.
- heimrichhannot/contao-exporter: Export your entities after submission.
This package is auto-updated.
Last update: 2026-05-23 15:47:14 UTC
README
Extends heimrichhannot/contao-formhybrid_list with crud functionality (create, update, delete).
-> Click here for a diagram visualizing the interaction between the modules formhybrid, formhybrid_list, frontendedit and submissions.
Features
- adds a memberAuthor field to news and calendar events
- share entities in a list (add the necessary fields to your dca beforehands by using
FormHybridList::addShareFields())
List module
- display e.g. all entities of a certain member
- contains links for editing, deleting and publishing the certain item
Reader module
- edit an arbitrary entity
Modules
| Name | Description |
|---|---|
| ModuleList | Extends formhybrid_list's ModuleList with crud funnctionality |
| ModuleMemberList | Encapsulates member specific changes overriding ModuleList |
| ModuleNewsList | Encapsulates news specific changes overriding ModuleList |
| ModuleReader | A generic editor module able to edit a specific entity (doesn't inherit from formhybrid_list's ModuleReader) |
| ModuleFrontendUserReader | Encapsulates frontend user specific changes overriding ModuleReader |
| ModuleFormValidator | Validates a certain amount of entity's fields (useful e.g. as the last step of a multi step form) |
Hooks
frontendEditAddNoIdBehavior