-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvigicorp.tools-bundle.1.1.json
59 lines (59 loc) · 2.4 KB
/
vigicorp.tools-bundle.1.1.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
54
55
56
57
58
59
{
"manifests": {
"vigicorp/tools-bundle": {
"manifest": {
"bundles": {
"Vigicorp\\ToolsBundle\\VigicorpToolsBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/",
"public/": "%PUBLIC_DIR%/"
},
"composer-scripts": {
"tinymce:install": "symfony-cmd"
},
"gitignore": [
"public/uploads/*",
"!public/uploads/.htaccess"
]
},
"files": {
"config/packages/vigicorp_tools.yaml": {
"contents": [
"vigicorp_tools:",
" tiny_mce:",
" plugins: ['advlist', 'autolink', 'link', 'image', 'lists', 'preview', 'code', 'fullscreen', 'media', 'table']",
" toolbar: 'undo redo | blocks | bold italic underline | align | bullist numlist outdent indent'",
" menu:",
" view: {title: 'View', items: 'preview fullscreen code'}",
" edit: {title: 'Edit', items: 'undo redo | cut copy paste pastetext'}",
" insert: {title: 'Insert', items: 'image link media pageembed inserttable'}",
" format: {title: 'Format', items: 'bold italic underline | blocks align'}",
""
],
"executable": false
},
"config/routes/vigicorp_tools.yaml": {
"contents": [
"vigicorp_tools:",
" resource: '@VigicorpToolsBundle/src/Controller/'",
" type: attribute",
""
],
"executable": false
},
"public/uploads/.htaccess": {
"contents": [
"<Files *.php>",
"deny from all",
"</Files>"
],
"executable": false
}
},
"ref": "d6fd2633122f76b5d57bb1232380d290daf34d04"
}
}
}