-
Notifications
You must be signed in to change notification settings - Fork 1
/
extension.json
47 lines (47 loc) · 1.52 KB
/
extension.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
{
"name": "VoWi",
"type": "other",
"license-name": "MIT",
"author": "Gittenburg",
"url": "https://github.com/Gittenburg/VoWi",
"version": "0.1.1",
"descriptionmsg": "vowi-desc",
"config": {
"UniNamespaces": {
"_merge_strategy": "array_plus"
},
"LVATypes": ["VU", "VL", "VO", "VD", "UE", "SE", "PS", "PR", "LU", "EX", "AU", "AG"],
"OutdatedLVACategory": "Veraltet"
},
"AutoloadClasses": {
"VoWi": "includes/VoWi.php",
"VoWiHooks": "includes/VoWiHooks.php",
"SpecialAddLVA": "includes/SpecialAddLVA.php",
"SpecialResourceOverview": "includes/SpecialResourceOverview.php",
"SpecialResources": "includes/SpecialResources.php",
"SpecialCourseById": "includes/SpecialCourseById.php",
"VoWiSearch": "includes/VoWiSearch.php"
},
"Hooks": {
"BeforePageDisplay": "VoWiHooks::onBeforePageDisplay",
"BeforeSortAttachments": "VoWiHooks::onBeforeSortAttachments",
"ShowEmptyAttachmentsSection": "VoWiHooks::onShowEmptyAttachmentsSection",
"FlexiblePrefixDetails": "VoWiHooks::onFlexiblePrefixDetails",
"FlexiblePrefixBeforeDisplay": "VoWiHooks::onFlexiblePrefixBeforeDisplay",
"EditFormPreloadText": "VoWiHooks::onEditFormPreloadText",
"ParserFirstCallInit": "VoWiHooks::onParserFirstCallInit"
},
"SpecialPages": {
"AddLVA": "SpecialAddLVA",
"Resources": "SpecialResources",
"ResourceOverview": "SpecialResourceOverview",
"CourseById": "SpecialCourseById"
},
"MessagesDirs" : {
"FlexiblePrefix": ["i18n"]
},
"ExtensionMessagesFiles": {
"VoWiAlias": "i18n/VoWi.i18n.alias.php"
},
"manifest_version": 1
}