docs
docs copied to clipboard
Contao Documentation
We need to adjust the Twig code examples regarding the [set and merge pattern](https://docs.contao.org/dev/framework/templates/creating-templates/#html-attributes) to reflect the changes made in https://github.com/contao/contao/pull/6956#event-12012400559. Basically `attrs(foo).` → `attrs()..mergeWith(foo)` .
DE/EN Translations and switching between dev and user docs. Maybe that's enough for #1239 Manual DE  Manual EN  Developer Documentation EN 
Add documentation and examples for the support of enumerations in the `DCA` configuration and via `Model::getEnum()`. Closes #1339
We have a new content URL generator service that is able to generate URLs for literally everything. It is the new service to generate URLs for pages, news articles, calendar...
See https://github.com/contao/contao/pull/6584 @SeverinGloeckle would you contribute the docs? 😇
Extend the previous entries in: https://docs.contao.org/manual/en/file-manager/meta-data/ with features from https://github.com/contao/image/releases/tag/1.2.0 respectively regarding [#5837](https://github.com/contao/contao/pull/5837) with information like: - Feature overview - Differences between 4.13.x & 5.2.x - Configuration options etc
In the header area, a selectbox should be added that allows easy switching between the two docs. Task for @fritzmg 