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 :::yml
--- ---
Name: adminroutes Name: adminroutes
After: 'framework/routes#rootroutes', 'framework/routes#coreroutes' After:
- '#rootroutes'
- '#coreroutes'
--- ---
Director: Director:
rules: rules:
@ -198,6 +200,8 @@ A more complex example, taken from framework/_config/routes.yml:
Before: '*' Before: '*'
After: After:
- '#rootroutes' - '#rootroutes'
- '#coreroutes'
- '#modelascontrollerroutes'
--- ---
Director: Director:
rules: rules: