M. Vondano
M. Vondano
Memo to myself: Reiterate if the bundle could auto provide a facebook app. This would prevent things like #15, #3, ... and ease the setup procedure in general. Todo: *...
#### Todo - [ ] use `@Contao` templates, see https://github.com/m-vo/contao-group-widget/issues/36#issuecomment-1049783204 - [ ] think about versioning/undo and how it could possibly be done with all storage back ends - [...
see #35 - [ ] test entity storage - [ ] decide/implement: migration in storage or Contao migration + 2.0 milestone
- [x] Disable ordering (see #17) - [ ] Hide controls (e.g. when `min`=`max`) - [ ] Order by a callback (e.g. for date fields) - [ ] Make publishing...
The `serialized` storage backend could fallback to use a shared field with a certain name if no `sql` declaration is set.
`DC_Table` doesn't know anything about our entity group, we also need to sync changes when doing other things than editing/deleting. **Cut/Copy** * We need to make sure that the `table`...
Downside of CSS reordering is that the tabindex will always follow the DOM order (which stays the same even if elements move around). Consider adding the dreaded `tab-index` and/or an...
This PR adds an event that gets dispatched before the replacement twig template gets rendered. It basically allows altering the template + context before it gets rendered, which should e.g....