-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextensionsInfo.json
More file actions
49 lines (48 loc) · 1.29 KB
/
extensionsInfo.json
File metadata and controls
49 lines (48 loc) · 1.29 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
{
"System Tools": [
{
"name": "RunBB Converter",
"key": "converter",
"info": "runbb-ext-converter",
"stability": "dev-master",
"class": "BBConverter\\BBConverter",
"package": "runcmf/runbb-ext-converter",
"repo": "https://github.com/runcmf/runbb-ext-converter"
}
],
"Private-Messages": [
{
"name": "Private Messages",
"key": "pms",
"info": "runbb-ext-pms",
"stability": "dev-master",
"class": "RunPMS\\PrivateMessages",
"package": "runcmf/runbb-ext-pms",
"repo": "https://github.com/runcmf/runbb-ext-pms"
}
],
"editors": [
{
"name": "markItup based markdown editor toolbar with elFinder",
"key": "markitup",
"info": "runbb-ext-markitup",
"stability": "dev-master",
"class": "RunMarkItup\\markItUp",
"package": "runcmf/runbb-ext-markitup",
"repo": "https://github.com/runcmf/runbb-ext-markitup"
},
{
"name": "SimpleMDE markdown editor for RunBB forum plugin",
"key": "simplemde",
"info": "runbb-ext-simplemde",
"stability": "dev-master",
"class": "SimpleMDE\\SimpleMDE",
"package": "runcmf/runbb-ext-simplemde",
"repo": "https://github.com/runcmf/runbb-ext-simplemde"
}
],
"styles": [
{
}
]
}