-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathextension.json
More file actions
110 lines (110 loc) · 3.31 KB
/
Copy pathextension.json
File metadata and controls
110 lines (110 loc) · 3.31 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name":"flexContent",
"guid":"58EBDCF2-D193-4A06-8E86-027570AB6B46",
"category":"extension",
"group":"phpManufaktur",
"vendor":{
"name":"phpManufaktur",
"url":"https:\/\/phpmanufaktur.de",
"mail":"team@phpmanufaktur.de",
"address":{
"street":"Stockholmer Straße 31",
"zip":"13359",
"city":"Berlin",
"country":"Germany"
},
"phone":"+49 30 68813647"
},
"type":"application",
"path":"\/extension\/phpmanufaktur\/phpManufaktur\/flexContent",
"namespace":"phpManufaktur\\flexContent",
"link":{
"about":"\/flexcontent\/about"
},
"release":{
"number":"0.45",
"date":"2014-09-23",
"status":"beta",
"changelog":"https:\/\/github.com\/phpManufaktur\/kfFlexContent\/blob\/master\/CHANGELOG.md"
},
"description":{
"en":{
"title":"Flexible Content Management",
"short":"Manage different contents flexibel with the kitFramework",
"long":"Manage different contents flexibel with the kitFramework",
"url":"https:\/\/kit2.phpmanufaktur.de\/flexContent"
},
"de":{
"title":"Flexible Verwaltung von Inhalten",
"short":"Verwalten und organisieren sie beliebige Inhalte mit dem kitFramework",
"long":"Verwalten und organisieren sie beliebige Inhalte mit dem kitFramework. Kategorien und #Tags ermöglichen eine sehr flexible Präsentation und Veröffentlichung von Inhalten - flexContent ist eine Mischung aus herkömmlichen WYSIWYG Seiten, Blog Artikeln, einem Archiv sowie beliebig vielen RSS Feedern für die Interaktion mit den sozialen Netzen.",
"url":"https:\/\/kit2.phpmanufaktur.de\/flexContent"
}
},
"require":{
"framework":{
"release":"0.27"
},
"extension":{
"phpmanufaktur":{
"Basic":{
"release":"1.0.16"
},
"Library":{
"release":"0.39"
},
"CKEditor":{
"release":"0.30"
},
"CommandCollection":{
"release":"0.40"
},
"MediaBrowser":{
"release":"0.32"
}
}
}
},
"setup": {
"install":"\/admin\/flexcontent\/setup",
"update":"\/admin\/flexcontent\/update",
"uninstall":"\/admin\/flexcontent\/uninstall",
"icon_path":{
"BlackCat":"\/extension\/phpmanufaktur\/phpManufaktur\/flexContent\/Data\/Setup\/Icon\/icon.png",
"WebsiteBaker":"\/extension\/phpmanufaktur\/phpManufaktur\/flexContent\/Data\/Setup\/Icon\/tool_icon.png"
}
},
"license": {
"name":"MIT License",
"url":"https:\/\/github.com\/phpManufaktur\/kfFlexContent\/raw\/master\/LICENSE.md"
},
"download":{
"availability":"public",
"agreement":"free",
"github":{
"organization":"phpManufaktur",
"repository":"kfFlexContent"
},
"url":"https:\/\/github.com\/phpManufaktur\/kfFlexContent"
},
"wiki": {
"en": {
"url":"https:\/\/github.com/phpManufaktur\/kfFlexContent\/wiki"
}
},
"firststeps": {
"de": {
"url":"https:\/\/kit2.phpmanufaktur.de\/de\/flexcontent\/firststeps"
}
},
"issues": {
"en": {
"url":"https:\/\/github.com/phpManufaktur\/kfFlexContent\/issues"
}
},
"support": {
"en": {
"url":"https:\/\/support.phpmanufaktur.de"
}
}
}