Skip to content

Commit

Permalink
cms@c89aea3
Browse files Browse the repository at this point in the history
Finish 5.5.4
  • Loading branch information
shinybrad committed Dec 2, 2024
1 parent b675e16 commit 81f18d4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/.artifacts/cms/5.x/config-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,17 @@ Each locale alias should be defined as an array with the following keys:
- `aliasOf`: The original locale ID
- `displayName`: The locale alias’s display name _(optional)_
::: code
```php Static Config
->localeAliases([
'smj' => [
'aliasOf' => 'sv',
'displayName' => 'Lule Sámi',
],
])
```
:::
### `maxBackups`
Expand Down

0 comments on commit 81f18d4

Please sign in to comment.