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

See https://github.com/contao/contao/pull/3872#discussion_r778001098 * Document front end preview and its inner workings in general. * Document `BE_USER_LOGGED_IN` and its actual meaning. * Document the new way and the deprecation of the...

Developer Documentation

This adds a simple voter example where you can restrict admin access to the "Maintenance" back end section.

Developer Documentation

`back` ist deprecated for all `link_*` insert tags (since contao 4.9.22), see https://github.com/contao/contao/pull/3585

It would be great if the page https://docs.contao.org/manual/de/formulargenerator/formularfelder/ would have more information about default values of form fields, Especially about dynamic default values. E.g. How can I set the current...

If/when contao/contao#3138 gets merged. And document new services see https://github.com/contao/contao/pull/3138#issuecomment-877691377

Developer Documentation

https://github.com/contao/contao/pull/3214 ```php $this->createFormBuilder(…, [ 'csrf_field_name' => 'REQUEST_TOKEN', 'csrf_token_manager' => $manager, // @contao.csrf.token_manager 'csrf_token_id' => $tokenName, // %contao.csrf_token_name% ]); ```

Developer Documentation

We should probably add a section to that describes all functions available in a template on `$this->`. Including the new methods from https://github.com/contao/contao/pull/3110

User Manual

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

Developer Documentation
User Manual

Ich kann noch nicht genau sagen was die machen, hab sie grade entdeckt und möchte sie nicht vergessen. Ich erweitere das später.

Developer Documentation

Add the "findCalendarBoundaries" hook if https://github.com/contao/contao/pull/3046 gets merged.