Skip to content

Document the removal of configuration options #1619

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
12 changes: 12 additions & 0 deletions docs/manual/migration/_index.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,18 @@ in Contao 5 nicht mehr - daher muss dies nun an den richtigen Ort übertragen we
[Entwickler-Dokumentation][ConfigTranslations].


#### `contao/config.yaml`

In Contao 5 werden folgende Konfigurationen in der `config.yaml` nicht mehr unterstützt und müssen gelöscht werden:

| Eintrag | Ersatz |
|-----------------------|------------------------------------------|
| contao.prepend_locale | Einstellbar im Startpunkt einer Webseite |
| contao.url_suffix | Einstellbar im Startpunkt einer Webseite |
| contao.legacy_routing | - |
| contao.encryption_key | - |


### Interne Stylesheets exportieren

In Contao 5 entfällt der [interne CSS-Editor][ManageStylesheets]. Vor der Aktualisierung müssen daher die bestehenden internen Stylesheets
Expand Down
12 changes: 12 additions & 0 deletions docs/manual/migration/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,18 @@ any such adjsutments will need to be moved to the correct location now. See the
details.


#### `contao/config.yaml`

The following configurations within the `config.yaml` have been removed in Contao 5 and need to be deleted:

| Entry | Replacement |
|-----------------------|---------------------------------------------------|
| contao.prepend_locale | Adjustable within the starting point of a website |
| contao.url_suffix | Adjustable within the starting point of a website |
| contao.legacy_routing | - |
| contao.encryption_key | - |


### Export Internal Stylesheets

Contao 5 drops the [internal CSS editor][ManageStylesheets]. If you are still using such internal stylesheets you will need to
Expand Down