Martin Auswöger
Martin Auswöger
Instead of multiple transliterators, this pull request creates a set of rules for one singe transliterator that performs all transformations at once. This is not yet ready to merge because...
If you use `{{insert_module::123}}` in newsletter content, the output gets generated for mode BE instead of FE. If you use this for example to include a navigation module in your...
Should we add a helper method to `ArrayUtil` that removes references? ```php public static function resolveReferences(array $array): array { return array_map(fn ($value) => \is_array($value) ? self::resolveReferences($value) : $value, $array); }...
### Affected version(s) 4.9 ### Description After editing a template file via the source editor in the backend, the line endings get changed from `\n` to `\r\n`. Not sure since...
This builds on #4834 and displays the error message near the affected widget. This is just a first draft to see how something like this can work. I think this...
| Q | A | -----------------| --- | Fixed issues | Fixes contao/contao#6372 | Docs PR or issue | N/A This is a first proof of concept for loading scripts...
See https://github.com/contao/contao/pull/3888#issue-1091663482
### Description Add `rokka-io/imagine-vips` as an optional dependency (inverse conflict) and detect if it is installed and available in https://github.com/contao/contao/blob/64952eea57830f86ff95928f3810b5e5aac6d169/core-bundle/src/DependencyInjection/ContaoCoreExtension.php#L353