-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.json
More file actions
54 lines (54 loc) · 1.11 KB
/
extension.json
File metadata and controls
54 lines (54 loc) · 1.11 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
{
"name": "OpenGraph",
"version": "1.1.0",
"author": [
"harugon"
],
"url": "https://github.com/harugon/OpenGraph",
"descriptionmsg": "opengraph-desc",
"license-name": "MIT",
"type": "other",
"requires": {
"MediaWiki": ">= 1.35.0",
"extensions": {
"TextExtracts": "*",
"PageImages": "*"
}
},
"MessagesDirs": {
"OpenGraph": [
"i18n"
]
},
"AutoloadClasses": {
"MediaWiki\\Extension\\OpenGraph\\Hooks": "includes/Hooks.php"
},
"Hooks": {
"BeforePageDisplay": "MediaWiki\\Extension\\OpenGraph\\Hooks::onBeforePageDisplay"
},
"ConfigRegistry": {
"opengraph": "GlobalVarConfig::newInstance"
},
"config": {
"OpenGraphTwitterSite": {
"value": "",
"description": "Twitter Site Account"
},
"OpenGraphFbAppId": {
"value": "",
"description": "Facebook fb:app_id"
},
"OpenGraphFb": {
"value": true,
"description": "OpenGraph"
},
"OpenGraphTw": {
"value": true,
"description": "TwitterCard "
},
"OpenGraphNamespaces":{
"value": [0]
}
},
"manifest_version": 2
}