-
Notifications
You must be signed in to change notification settings - Fork 0
/
vigicorp.import-bundle.1.0.json
53 lines (53 loc) · 1.91 KB
/
vigicorp.import-bundle.1.0.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"manifests": {
"vigicorp/import-bundle": {
"manifest": {
"bundles": {
"Vigicorp\\ImportBundle\\VigicorpImportBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"import/": "import/"
}
},
"files": {
"config/packages/vigicorp_import.yaml": {
"contents": [
"vigicorp_import:",
" imports:",
"# my_import:",
"# name: Nom de mon import",
"# service: App\\Service\\Import\\MonService",
"# pattern: '^USER_(COM|INC)_.*\\.csv$'",
""
],
"executable": false
},
"import/.gitignore": {
"contents": [
"# .gitignore sample",
"# Ignore all files in this dir...",
"*",
"",
"# ... except for this one.",
"!.gitignore"
],
"executable": false
},
"config/routes/vigicorp_import.yaml": {
"contents": [
"vigicorp_import:",
" resource: '@VigicorpImportBundle/src/Controller/'",
" type: attribute",
" prefix: /admin # Change if you are not in admin",
""
],
"executable": false
}
},
"ref": "d6fd2633122f76b5d57bb1232380d290daf34d04"
}
}
}