docs icon indicating copy to clipboard operation
docs copied to clipboard

Contao Documentation

Results 107 docs issues
Sort by recently updated
recently updated
newest added

docs.contao.org uses three different favicon images: - https://docs.contao.org/favicon.ico - https://docs.contao.org/dev/images/favicon.png - https://docs.contao.org/manual/images/favicon.png The colors of the ICO doesn’t match with the PNGs.

See https://github.com/contao/contao/pull/2908

Currently the [Theme Manager](https://docs.contao.org/manual/en/layout/theme-manager/) documentation still lacks an article about the Image Sizes Manager. Plus it should show how to define pre-defined image sizes via the `config.yml` and also show...

User Manual

Currently the dcaPicker is only [documented](https://docs.contao.org/dev/reference/dca/fields/#evaluation) with the values true/false. According to the code, an array with different attributes can be passed here: - do - context - icon -...

Developer Documentation

and its usage, since you have to apply it yourself currently.

Developer Documentation

As a further complement to: https://docs.contao.org/manual/de/anleitungen/die-erste-startseite/ https://docs.contao.org/manual/en/guides/add-first-index-page/ Please assign to myself ....

User Manual

Today i noticed, you can omit `database_host` and `database_port` inside `parameters.yml` to let Doctrine use `/run/mysqld/mysqld.sock`, or what ever is configured in php.ini's mysqli section, instead. https://github.com/doctrine/dbal/blob/16878650d79934c31e27a13618ed6f3effee80d8/lib/Doctrine/DBAL/Driver/Mysqli/MysqliConnection.php#L67 I assume it...

User Manual

> Ich habe den Fall, dass ein Mitglied über das Module Persönliche Daten Dokumente hochladen soll, die in seinem Homedirectory gespeichert und mit dem Datenbankfeld gespeichert werden sollen. Im DCA...

Developer Documentation

Die Speicherzeiten für z.B. Undo-Schritte, Versionen, Log-Einträge, Verfallszeit einer Session, Autologin-Zeitraum und Wartezeit bei gesperrtem Konto konnte man ja früher im Backend einstellen. Mittlerweile ist das nicht mehr im Backend...