Merge pull request #7865 from open-sausages/pulls/4.0/i-configured-this-out

Fix docs for configuring before/after a specific config file
This commit is contained in:
Damian Mooyman 2018-02-14 16:35:00 +13:00 committed by GitHub
commit 4e5a664183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
---
Name: basei18n
Before: '/i18n'
Before: '#defaulti18n'
---
SilverStripe\i18n\Data\Sources:
module_priority:

View File

@ -51,7 +51,7 @@ Make sure that after you have modified the `routes.yml` file, that you clear you
```yml
---
Name: mysiteroutes
After: framework/routes#coreroutes
After: framework/_config/routes#coreroutes
---
SilverStripe\Control\Director:
rules:

View File

@ -20,7 +20,7 @@ These routes by standard, go into a `routes.yml` file in your applications `_con
```yml
---
Name: mysiteroutes
After: framework/routes#coreroutes
After: framework/_config/routes#coreroutes
---
SilverStripe\Control\Director:
rules:

View File

@ -337,7 +337,7 @@ To create a custom module order, you need to specify a config fragment that inse
```yml
---
Name: customi18n
Before: 'defaulti18n'
Before: '#defaulti18n'
---
SilverStripe\i18n\i18n:
module_priority: