Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/manual/faq/_index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ vendor/bin/contao-console cache:warmup
```
{{% /faq %}}

{{% faq "Warum bekomme ich bei Bearbeitung eines Datensatzes nur eine weisse Seite?" %}}
{{< version-tag "5.4" >}} Dies kann von Browser-Extensions verursacht werden, die den DOM in einer ungültigen Weise
ändern. Ein bekanntes Beispiel für so eine Extension ist [LanguageTool](https://languagetool.org).
{{% /faq %}}


## Template

Expand Down
5 changes: 5 additions & 0 deletions docs/manual/faq/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ vendor/bin/contao-console cache:warmup
```
{{% /faq %}}

{{% faq "Why do I get a white page when editing a record?" %}}
{{< version-tag "5.4" >}} This can be caused by browser extensions, that modify the DOM in an invalid way. One such
extension that is known to create problems is [LanguageTool](https://languagetool.org) for example.
{{% /faq %}}



## Template
Expand Down