Skip to content

Commit

Permalink
Merge pull request #7865 from open-sausages/pulls/4.0/i-configured-th…
Browse files Browse the repository at this point in the history
…is-out

Fix docs for configuring before/after a specific config file
  • Loading branch information
Damian Mooyman authored Feb 14, 2018
2 parents e357d1e + f2b82b1 commit 4e5a664
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _config/i18n.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Name: basei18n
Before: '/i18n'
Before: '#defaulti18n'
---
SilverStripe\i18n\Data\Sources:
module_priority:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/en/02_Developer_Guides/02_Controllers/02_Routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/en/02_Developer_Guides/13_i18n/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4e5a664

Please sign in to comment.