Update the yaml configuration with existing before / after syntax

This commit is contained in:
Stig Lindqvist 2013-12-20 10:36:16 +13:00
parent d032fadfb5
commit d1fe294d61

View File

@ -174,7 +174,9 @@ keys is a list of reference paths to other value sections. A basic example:
:::yml
---
Name: adminroutes
After: 'framework/routes#rootroutes', 'framework/routes#coreroutes'
After:
- '#rootroutes'
- '#coreroutes'
---
Director:
rules:
@ -198,6 +200,8 @@ A more complex example, taken from framework/_config/routes.yml:
Before: '*'
After:
- '#rootroutes'
- '#coreroutes'
- '#modelascontrollerroutes'
---
Director:
rules: