Benedict Massolle
Benedict Massolle
@m-vo provided some [thoughts and twig-related improvements](https://github.com/bezin/contao/pull/4). I transfer the open discussions to this PR: * Regarding HTML semantics: We went with ``, `` and `` for the markup, but...
Really nice 😍 I was just wondering if the styling could need some improvement? I think it would be more precisely, if the hover state would be just the bottom...
@simonreitinger > Das heißt, die integrierten Funktionen (Content, News, FAQ etc.) müssten über die API bereitgestellt werden. Darüber haben wir auf der Konferenz auch gesprochen. Bei diesem Fall (und vielen...
Mit dem API Platform Bundle haben wir auch schon experimentiert; aber das macht meines Erachtens nur Sinn, wenn man ein System hat, was vollständig auf Entities aufbaut. Und entgegen deiner...
Danke für deine Zusammenfassung der Session: Wir hatte uns auch noch [dieschittigs/contao-content-api-bundle](https://github.com/DieSchittigs/contao-content-api-bundle) angesehen :)
> there already is the getPageIcon hook, maybe we could improve that to also generate the label? I already use this to add the icon. What do you suggest? >...
The new functionality is part of the news bundle (the calendar bundle respectively), but the label callback is part of the core bundle.
Is it possible to add an event in the delete method of the MetaModels DCGeneral Driver https://github.com/MetaModels/core/blob/master/src/DcGeneral/Data/Driver.php#L131 before deleting the item itself?
Since exactly the same question led me here and to #65 eventually, I'll just leave this here as a reference for future Silex beginners ;)
Partially fixes #366, too: I could not reproduce the undefined `title` index, but the undefined `deleteConfirm` will be fixed with this PR.