docs
docs copied to clipboard
Contao Documentation
This updates Twig Namespaces section with more precise information about which bundle templates directory is registered automatically, and which can optionally be added.
At the given time (see [3805](https://github.com/contao/contao/issues/3805) or [3274](https://github.com/contao/contao/issues/3274)) add Procedure and Samples for using Twig Templates to the user manual (referencing https://docs.contao.org/dev/framework/templates/twig/). Please asign to myself
Small updates to the article about using Deployer. * There's no need to reference an RC version, since Deployer 7 has been [released](https://github.com/deployphp/deployer/releases/tag/v7.0.0) (which also contains a [bug fix](https://github.com/deployphp/deployer/pull/3200) to...
The docs have accumulated a lot of old stuff which we need to cleanup now that 4.4 is not supported anymore. Otherwise the docs become unreadable. I have invested a...
This documents the "Click to edit" feature in backend. The text is taken directly from [release notes](https://contao.org/en/news/contao-3_1_RC1.html).
May be someone could cover (at least briefly) such concept as "auto item" in developer's docs? It feels like it is a common knowledge for core developers, but it doesn't...
The `picker` input type supports the evaluation `context` like `'eval' => ['context' => 'dc.tl_content']`. This is currently not documented. Related: #687 #656
At least `crop`, `box` and `proportional`. May be mention the legacy ones briefly.
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