-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
55 lines (55 loc) · 2.1 KB
/
settings.json
File metadata and controls
55 lines (55 loc) · 2.1 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
55
{
"add_head": 1,
"add_licensing_template": 2,
"extends": "",
"guid": "b5184f80-613e-46c8-b40a-b60de779bb78",
"implements": [
"-1"
],
"load_selection": {
"load_selection0": {
"load": "647316a5-eb42-4bec-82dd-ca0dc2861ad3"
}
},
"name": "Import",
"power_version": "1.0.0",
"system_name": "JCB.Service.Import",
"type": "class",
"use_selection": {
"use_selection0": {
"use": "2f14ec19-1b67-44be-8306-2a9e74588464",
"as": "default"
},
"use_selection1": {
"use": "d2a859ac-3f2a-4f69-a77f-f118b2e0a459",
"as": "default"
},
"use_selection2": {
"use": "eef6ffc2-2af0-4336-958f-e0b9cf7c4ad0",
"as": "default"
},
"use_selection3": {
"use": "19a66b48-620c-439b-ab8a-3c0d43e040c3",
"as": "PersistentAssessor"
},
"use_selection4": {
"use": "abd147d0-2f8c-4905-80f5-164f20278d1c",
"as": "default"
},
"use_selection5": {
"use": "8aab17d9-f0cc-436b-9da0-c63a96e2e5b9",
"as": "default"
},
"use_selection6": {
"use": "68a0f9af-265a-4db1-bae9-a4e4531f94d7",
"as": "default"
}
},
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Joomla\\[[[ComponentNamespace]]].Service.Import",
"description": "[[[Component]]] Import Service Provider\r\n\r\n@since 5.0.2",
"implements_custom": "ServiceProviderInterface",
"licensing_template": "\/**\r\n * @package Joomla.Component.Builder\r\n *\r\n * @created 4th September, 2020\r\n * @author Llewellyn van der Merwe <https:\/\/dev.vdm.io>\r\n * @git Joomla Component Builder <https:\/\/git.vdm.dev\/joomla\/Component-Builder>\r\n * @copyright Copyright (C) 2015 Vast Development Method. All rights reserved.\r\n * @license GNU General Public License version 2 or later; see LICENSE.txt\r\n *\/",
"head": "use Joomla\\DI\\Container;\r\nuse Joomla\\DI\\ServiceProviderInterface;",
"composer": ""
}