Thomas
Thomas
Hi. First of all, thanks for this library. It worked for me wonderfull with images and external css files when using remote_enabled. But here comes my problem: in our company...
This PR adds additional checks for id to DC_Table. Problem: DC_Table accepts values other then int when loading the id (any value coming from Input::get() is accepted and not further...
I just discovered a dca config option that is not documented: config.hideVersionMenu **References:** https://github.com/contao/contao/blob/bd0ae3d9b827fb197a36c1df052b52d7353f1558/core-bundle/src/Resources/contao/drivers/DC_Table.php#L1817 https://github.com/contao/contao/blob/bd0ae3d9b827fb197a36c1df052b52d7353f1558/core-bundle/src/Resources/contao/drivers/DC_Table.php#L1991
### Description Currently there is no nice way to change the size of the preview images for fileTree widget in the backend. One must override `getPreviewImage` method, which is not...
Hi, I struggled a little so set (dynamic) default data for a group widget. Background: I have a bundle where classes define types. These types can define default data (which...