-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdeploy.json
More file actions
76 lines (76 loc) · 3.2 KB
/
Copy pathdeploy.json
File metadata and controls
76 lines (76 loc) · 3.2 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"namespace": "studio",
"globals": {
"pageEndContent": "<div><img src=\"https://mc.iondv.com/watch/ys/app/studio\" style=\"position:absolute; left:-9999px;\" alt=\"iondv-metrics\" /></div><!-- Global site tag (gtag.js) - Google Analytics --><script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-138505147-1\"></script><script>window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'UA-138505147-1');</script><!-- Yandex.Metrika counter --> <script type=\"text/javascript\" > (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, \"script\", \"https://mc.yandex.ru/metrika/tag.js\", \"ym\"); ym(66087217, \"init\", { clickmap:true, trackLinks:true, accurateTrackBounce:true }); </script> <noscript><div><img src=\"https://mc.yandex.ru/watch/66087217\" style=\"position:absolute; left:-9999px;\" alt=\"\" /></div></noscript> <!-- /Yandex.Metrika counter -->",
"externalAppTracker": {
"items": [
{
"name": "crm-en",
"title": "CRM EN",
"url": "https://github.com/iondv/crm-en/archive/master.zip",
"language": "en"
}, {
"name": "nutrition-tickets",
"title": "Nutrition tickets",
"url": "https://github.com/iondv/nutrition-tickets/archive/master.zip",
"language": "en"
}, {
"name": "crm-ru",
"title": "CRM RU",
"url": "https://github.com/iondv/crm-ru/archive/master.zip",
"language": "ru"
},{
"name": "telecom-ru",
"title": "Telecom",
"url": "https://github.com/iondv/telecom-ru/archive/master.zip",
"language": "ru"
},{
"name": "pm-gov-ru",
"title": "Prj.manager",
"url": "https://github.com/iondv/pm-gov-ru/archive/master.zip",
"language": "ru"
},{
"name": "war-archive",
"title": "War archives",
"url": "https://github.com/iondv/war-archive/archive/master.zip",
"language": "ru"
},{
"name": "dnt",
"title": "Develop and test",
"url": "https://github.com/iondv/develop-and-test/archive/master.zip"
}
],
"front": "/themes/portal/static/archives/",
"storage": "applications/studio/themes/portal/static/archives/",
"tempZip": "applications/studio/temp.zip",
"enableUpdate": false,
"updateInterval": 86400
}
},
"deployer": "built-in",
"modules": {
"portal": {
"import" : {
"src": "applications/studio/portal",
"namespace": "studio"
},
"globals": {
"portalName": "studio",
"default": "index",
"theme": "studio/portal",
"templates": [
"applications/studio/themes/portal/templates"
],
"statics": {
"studio": "applications/studio/themes/portal/static"
},
"pageTemplates": {
"navigation": {
"index": "pages/index",
"help": "pages/help"
}
}
}
}
}
}