-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExtensionBuilder.json
50 lines (50 loc) · 1.53 KB
/
ExtensionBuilder.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
{
"modules": [],
"properties": {
"backendModules": [],
"description": "Read RSS and Atom Feeds. Based on Simple Pie Package",
"emConf": {
"category": "plugin",
"custom_category": "",
"dependsOn": "typo3 => 8.7.1-9.5.99\n",
"disableLocalization": false,
"disableVersioning": false,
"skipGenerateDocumentationTemplate": false,
"sourceLanguage": "en",
"state": "stable",
"targetVersion": "9.5.0-9.5.99",
"version": "1.0.0"
},
"extensionKey": "simple_rss",
"name": "Simple RSS\/Atom Reader",
"originalExtensionKey": "",
"originalVendorName": "",
"persons": [
{
"company": "Pixel Ink",
"email": "b.riezler@pixel-ink.de",
"name": "Benjamin Riezler",
"role": "Developer"
}
],
"plugins": [
{
"actions": {
"controllerActionCombinations": "Rss => showFeed",
"noncacheableActions": "Rss => showFeed",
"switchableActions": ""
},
"description": "Shows RSS\/Atom Feed",
"key": "rssfeed",
"name": "RSS Reader"
}
],
"vendorName": "Pixelink"
},
"wires": [],
"log": {
"last_modified": "2018-10-14 09:28",
"extension_builder_version": "9.10.0",
"be_user": " (1)"
}
}