-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject.json
executable file
·63 lines (62 loc) · 1.97 KB
/
project.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
60
61
62
63
{
"author": "Jan Pavelka (www.phoca.cz)",
"authorUrl": "https://www.phoca.cz",
"copyright": "Jan Pavelka",
"license": "GNU/GPL",
"projectName": "PhocaMaps",
"extensionName": "Phoca Maps",
"projectInitials" : "PM",
"description": "Phoca Maps is Joomla! CMS component. It displays maps on your site rendered with help of Google Maps API or OpenStreetMap API.",
"projectUrl": "https://www.phoca.cz/phocamaps",
"projectDocumentationUrl": "https://www.phoca.cz/documentation/category/53-phoca-maps-component",
"projectMainComponent": "Phoca Maps",
"projectMainComponentInfoUrl": "https://www.phoca.cz/project/phocamaps-joomla-maps",
"projectDemo" : {
"Joomla! 3 Demo": "https://www.phoca.cz/joomla3demo/phoca-maps-demo",
"Joomla! 2.5 Demo": "https://www.phoca.cz/joomlademo/phoca-maps",
"Joomla! 1.5 Demo": "https://www.phoca.cz/demo/phoca-maps-demo-component"
},
"projectColor": "#669966",
"menu": {
"main":{
"0" : {
"image": "icon-16-pmap-menu.png",
"view": "",
"link": "option=com_phocamaps",
"title": "COM_PHOCAMAPS"
}
},
"submenu": {
"0" : {
"image": "icon-16-pmap-menu-cp.png",
"view": "phocamapscp",
"link": "option=com_phocamaps",
"title": "COM_PHOCAMAPS_CONTROLPANEL"
},
"1" : {
"image": "icon-16-pmap-menu-map.png",
"view": "phocamapsmaps",
"link": "option=com_phocamaps&view=phocamapsmaps",
"title": "COM_PHOCAMAPS_MAPS"
},
"2" : {
"image": "icon-16-pmap-menu-marker.png",
"view": "phocamapsmarkers",
"link": "option=com_phocamaps&view=phocamapsmarkers",
"title": "COM_PHOCAMAPS_MARKERS"
},
"3" : {
"image": "icon-16-pmap-menu-icon.png",
"view": "phocamapsicons",
"link": "option=com_phocamaps&view=phocamapsicons",
"title": "COM_PHOCAMAPS_ICONS"
},
"4" : {
"image": "icon-16-pmap-menu-info.png",
"view": "phocamapsinfo",
"link": "option=com_phocamaps&view=phocamapsinfo",
"title": "COM_PHOCAMAPS_INFO"
}
}
}
}