File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "aliases" : [],
3+ "bundles" : {
4+ "Ibexa\\ Bundle\\ TestFixtures\\ IbexaTestFixturesBundle" : [" all" ]
5+ },
6+ "copy-from-package" : {
7+ "config/content.yaml" : " %CONFIG_DIR%/packages/test_fixtures/content.yaml" ,
8+ "config/experience.yaml" : " %CONFIG_DIR%/packages/test_fixtures/experience.yaml" ,
9+ "config/commerce.yaml" : " %CONFIG_DIR%/packages/test_fixtures/commerce.yaml"
10+ },
11+ "add-lines" : [
12+ {
13+ "file" : " config/packages/ibexa.yaml" ,
14+ "content" : " imports:" ,
15+ "position" : " top" ,
16+ "requires" : " ibexa/content"
17+ },
18+ {
19+ "file" : " config/packages/ibexa.yaml" ,
20+ "position" : " after_target" ,
21+ "target" : " imports:" ,
22+ "content" : " - { resource: test_fixtures/content.yaml }:" ,
23+ "requires" : " ibexa/content"
24+ },
25+ {
26+ "file" : " config/packages/ibexa.yaml" ,
27+ "position" : " after_target" ,
28+ "target" : " imports:" ,
29+ "content" : " - { resource: test_fixtures/experience.yaml }:" ,
30+ "requires" : " ibexa/experience"
31+ },
32+ {
33+ "file" : " config/packages/ibexa.yaml" ,
34+ "position" : " after_target" ,
35+ "target" : " imports:" ,
36+ "content" : " - { resource: test_fixtures/commerce.yaml }:" ,
37+ "requires" : " ibexa/commerce"
38+ }
39+ ]
40+ }
You can’t perform that action at this time.
0 commit comments