This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom-images-grifus.json
76 lines (76 loc) · 2.17 KB
/
custom-images-grifus.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
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"id": "CustomImagesGrifus",
"name": "Custom Images",
"version": "1.0.5",
"description": {
"en": "Save external IMDB images to your WordPress site.",
"es": "Aloja las imágenes de IMDB en vez de utilizar enlaces externos."
},
"state": "uninstalled",
"category": "wp-plugin-extension",
"url": "https://github.com/eliasis-framework/custom-images-grifus.git",
"author": "Josantonius",
"author-url": "https://josantonius.com/",
"license": "GPL-2.0+",
"hooks-controller": "Launcher",
"url-import": "https://raw.githubusercontent.com/eliasis-framework/custom-images-grifus/master/",
"installation-files": {
"custom-images-grifus": {
"0": "custom-images-grifus.json",
"1": "LICENSE",
"2": "composer.json",
"config": [
"add-urls.php",
"assets.php",
"menu.php",
"namespaces.php",
"pages.php",
"paths.php",
"set-hooks.php"
],
"languages": [
"extensions-for-grifus-images-es_ES.mo",
"extensions-for-grifus-images-es_ES.po"
],
"public": {
"css": {
"0": "custom-images-grifus-admin.min.css",
"source": [
"custom-images-grifus-admin.css"
]
},
"images": [
"custom-images-grifus.png"
],
"js": {
"0": "custom-images-grifus-admin.min.js",
"source": [
"custom-images-grifus-admin.js"
]
}
},
"src": {
"controller": {
"0": "class-launcher.php",
"admin": {
"0": "class-image.php",
"page": [
"class-custom-images.php"
]
}
},
"model": {
"0": "class-launcher.php",
"admin": [
"class-image.php"
]
},
"template": {
"page": [
"custom-images.php"
]
}
}
}
}
}