Skip to content

Commit

Permalink
[TASK] Raise requirement for "languageId: 0" in each site
Browse files Browse the repository at this point in the history
As tests have shown, it is not possible to have a site without a "languageId: 0" language. Various places in the TYPO3 backend will complain about missing pages/records.
  • Loading branch information
mbrodala authored Jan 3, 2025
1 parent f079eb5 commit e913c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/ApiOverview/SiteHandling/AddLanguages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Configuration properties
:Example: :yaml:`1`

For the default/main language of the given site, use value :yaml:`0`. For
additional languages use a number greater than :yaml:`0`. Every site should
have at last one language configured - with :yaml:`languageId: 0`.
additional languages use a number greater than :yaml:`0`. Every site must
have at last one language configured with :yaml:`languageId: 0`.

.. attention::
Once pages, content or records are created in a specific language, the
Expand Down

0 comments on commit e913c66

Please sign in to comment.