Martin Auswöger

Results 436 comments of Martin Auswöger

This needs to be rebased on Contao 4.9 as the method exists there too I think.

> Also, the fields are still just in one language, so how would that form be useful across multiple domains/languages? How about using something like `{{label::…}}`?

`translator->trans()` should always work correctly. But if you use `translator->trans(…, 'fr')` and after that access `$GLOBALS['TL_LANG'][…]` directly (as the core does in many places) it would be in the wrong...

Welche Dropdowns in Contao sind aktuell nicht via Touch bedienbar? Geht es um das Backend?

As discussed in https://github.com/contao/contao/issues/5209#issuecomment-1223645818 we should probably add a `--local` option to the env commands to be backwards compatible.

As briefly discussed in the last call we may not need the `--local` parameter if we agree that we do not need backwards compatibility for the api commands. This only...

As discussed in the call today, we want the command to write in the `.env.local` directly and we do not want the `--local` parameter.

This is RTM I think ☺️

> The same insert tag might return `html` or `text` based on the parameters it gets. Do we have insert tags that behave that way? IMO having to define the...

> Might reuse mine types maybe? Not sure. These types could be way more abstract in the future I think. Also there seems to be no agreed-on mime type for...