docs
docs copied to clipboard
Contao Documentation
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...
This adds a simple voter example where you can restrict admin access to the "Maintenance" back end section.
`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
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% ]); ```
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
See https://github.com/contao/contao/pull/3412
Ich kann noch nicht genau sagen was die machen, hab sie grade entdeckt und möchte sie nicht vergessen. Ich erweitere das später.
Add the "findCalendarBoundaries" hook if https://github.com/contao/contao/pull/3046 gets merged.