-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExtensionBuilder.json
42 lines (42 loc) · 1.29 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
{
"modules": [],
"properties": {
"backendModules": [],
"description": "Exercise for creating a site package extension.",
"emConf": {
"category": "templates",
"custom_category": "",
"dependsOn": "typo3 => 10.4.0-10.4.99\n",
"disableLocalization": false,
"disableVersioning": false,
"generateDocumentationTemplate": true,
"generateEditorConfig": true,
"generateEmptyGitRepository": true,
"sourceLanguage": "en",
"state": "alpha",
"targetVersion": "10.4.0-10.4.99",
"version": "1.0.1"
},
"extensionKey": "typo3training",
"name": "TYPO3Training",
"originalExtensionKey": "",
"originalVendorName": "",
"persons": [
{
"company": "",
"email": "niklas.kanthak@online.de",
"name": "Niklas Kanthak",
"role": "Developer"
}
],
"plugins": [],
"vendorName": "NiklasKanthak"
},
"wires": [],
"storagePath": "C:\/xampp\/htdocs\/typo3\/typo3conf\/ext\/",
"log": {
"last_modified": "2022-07-10 13:32",
"extension_builder_version": "10.0.3",
"be_user": " (1)"
}
}