mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #9375 from unclecheese/pulls/4/fix-injector-callout
DOC: Fix unterminated injector callout block
This commit is contained in:
commit
aa37e887be
@ -340,11 +340,13 @@ Injector.transform(
|
||||
{ after: '*' }
|
||||
);
|
||||
```
|
||||
|
||||
[info]
|
||||
This flag can only be used once per transformation.
|
||||
The following are not allowed:
|
||||
* `{ before: ['*', 'something-else'] }`
|
||||
* `{ after: '*', before: 'something-else' }`
|
||||
|
||||
[/info]
|
||||
|
||||
## Injector context
|
||||
|
Loading…
Reference in New Issue
Block a user