Skip to content

Commit cab50a5

Browse files
authored
module_priority was moved to ModuleManifest from i18n
1 parent a1a56f7 commit cab50a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

en/02_Developer_Guides/13_i18n/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -333,15 +333,13 @@ To create a custom module order, you need to specify a config fragment that inse
333333
Name: customi18n
334334
Before: '#defaulti18n'
335335
---
336-
SilverStripe\i18n\i18n:
336+
SilverStripe\Core\Manifest\ModuleManifest:
337337
module_priority:
338338
- module1
339339
- module2
340340
- module3
341341
```
342342
343-
The config option being set is `i18n.module_priority`, and it is a list of module names.
344-
345343
There are a few special cases:
346344
347345
- If not explicitly mentioned, your project is put as the first module.

0 commit comments

Comments
 (0)