-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathextension.json
More file actions
70 lines (70 loc) · 2.23 KB
/
Copy pathextension.json
File metadata and controls
70 lines (70 loc) · 2.23 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
{
"name":"FacebookGallery",
"guid":"1C8BC2EA-214F-406D-93D8-5162014A1985",
"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\/FacebookGallery",
"namespace":"phpManufaktur\\FacebookGallery",
"release":{
"number":"0.26",
"date":"2014-09-22",
"status":"beta",
"changelog":"https:\/\/github.com\/phpManufaktur\/kfFacebookGallery\/blob\/master\/CHANGELOG.md"
},
"description":{
"en":{
"title":"FacebookGallery for the kitFramework",
"short":"Show Facebook Galleries within the Content Management System",
"long":"Very flexible Gallery, which enable to show any public Facebook foto album within a content page of the used CMS.",
"url":"https:\/\/kit2.phpmanufaktur.de\/FacebookGallery"
},
"de":{
"title":"Flexible Bildergalerie",
"short":"Show Facebook Galleries within the Content Management System",
"long":"Mit dieser Galerie holen Sie die Fotoalben Ihrer Facebook Fanpage mühelos mitten auf Ihre Website. Mit flexiblen Templates und beliebigen jQuery Bibliotheken bauen Sie sich die Galerien genau so auf, wie Sie gerne haben möchten.",
"url":"https:\/\/kit2.phpmanufaktur.de\/FacebookGallery"
}
},
"require":{
"framework":{
"release":"0.27"
},
"extension":{
"phpManufaktur":{
"Basic":{
"release":"1.0.12"
}
}
}
},
"setup": {
"install":"\/admin\/facebookgallery\/setup",
"update":"\/admin\/facebookgallery\/update"
},
"license": {
"name":"MIT License",
"url":"https:\/\/github.com\/phpManufaktur\/kfFacebookGallery\/raw\/master\/LICENSE.md"
},
"download": {
"availability":"public",
"agreement":"free",
"github":{
"organization":"phpManufaktur",
"repository":"kfFacebookGallery"
},
"url":"https:\/\/github.com\/phpManufaktur\/kfFacebookGallery"
}
}