Skip to content

Commit 4ed5af3

Browse files
committed
TASK: add note on usage without Neos.ContentRepository package
1 parent f58c2e3 commit 4ed5af3

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,16 @@ Which should produce the output
100100

101101
```bash
102102
Validating Settings configuration on path Wwwision.ImportService
103-
103+
104104
All Valid!
105105
```
106+
107+
### Usage without Neos.ContentRepository package
108+
109+
If the Neos.ContentRepository package is not installed Flow's proxy class builder throws an `UnknownObjectException`.
110+
Disable autowiring in `Objects.yaml`:
111+
112+
```yaml
113+
Wwwision\ImportService\DataTarget\ContentRepositoryTarget:
114+
autowiring: false
115+
```

0 commit comments

Comments
 (0)