-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
executable file
·56 lines (56 loc) · 1.79 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
{
"author": "Jan Pavelka (www.phoca.cz)",
"authorUrl": "https://www.phoca.cz",
"copyright": "Jan Pavelka",
"license": "GNU/GPL",
"projectName": "PhocaPDF",
"extensionName": "Phoca PDF",
"projectInitials" : "PDF",
"description": "Phoca PDF is Joomla! CMS component. It helps to set and create PDF documents in Joomla!. The whole Phoca PDF framework contains: \n- Phoca PDF component \n- Phoca PDF fonts \n- Phoca PDF plugins.",
"projectUrl": "https://www.phoca.cz/phocapdf",
"projectDocumentationUrl": "https://www.phoca.cz/documentation/category/47-phoca-pdf-component",
"projectMainComponent": "Phoca PDF",
"projectMainComponentInfoUrl": "https://www.phoca.cz/project/phocapdf-joomla-pdf",
"projectDemo" : {
"Joomla! 3 Demo": "https://www.phoca.cz/joomla3demo/phoca-pdf-demo",
"Joomla! 2.5 Demo": "https://www.phoca.cz/joomlademo/phoca-pdf",
"Joomla! 1.5 Demo": "https://www.phoca.cz/demo/phocapdf-demo"
},
"projectColor": "#D50000",
"menu": {
"main":{
"0" : {
"image": "icon-16-ppdf-menu.png",
"view": "",
"link": "option=com_phocapdf",
"title": "COM_PHOCAPDF"
}
},
"submenu": {
"0" : {
"image": "icon-16-ppdf-cp.png",
"view": "phocapdfcp",
"link": "option=com_phocapdf",
"title": "COM_PHOCAPDF_CONTROLPANEL"
},
"1": {
"image": "icon-16-ppdf-pdf.png",
"view": "phocapdfplugins",
"link": "option=com_phocapdf&view=phocapdfplugins",
"title": "COM_PHOCAPDF_PLUGINS"
},
"2": {
"image": "icon-16-ppdf-font.png",
"view": "phocapdffonts",
"link": "option=com_phocapdf&view=phocapdffonts",
"title": "COM_PHOCAPDF_FONTS"
},
"3": {
"image": "icon-16-ppdf-info.png",
"view": "phocapdfinfo",
"link": "option=com_phocapdf&view=phocapdfinfo",
"title": "COM_PHOCAPDF_INFO"
}
}
}
}