From cab50a5db4dc83d109a5805ffbf5fd11ef779265 Mon Sep 17 00:00:00 2001 From: Tom Date: Thu, 6 Nov 2025 23:12:56 +0200 Subject: [PATCH] module_priority was moved to ModuleManifest from i18n --- en/02_Developer_Guides/13_i18n/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/en/02_Developer_Guides/13_i18n/index.md b/en/02_Developer_Guides/13_i18n/index.md index e835c8f14..9631e7b58 100644 --- a/en/02_Developer_Guides/13_i18n/index.md +++ b/en/02_Developer_Guides/13_i18n/index.md @@ -333,15 +333,13 @@ To create a custom module order, you need to specify a config fragment that inse Name: customi18n Before: '#defaulti18n' --- -SilverStripe\i18n\i18n: +SilverStripe\Core\Manifest\ModuleManifest: module_priority: - module1 - module2 - module3 ``` -The config option being set is `i18n.module_priority`, and it is a list of module names. - There are a few special cases: - If not explicitly mentioned, your project is put as the first module.