-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
24 lines (24 loc) · 1.23 KB
/
settings.json
File metadata and controls
24 lines (24 loc) · 1.23 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
{
"add_head": 1,
"add_licensing_template": 2,
"extends": "",
"guid": "fbc235cd-e4cb-45e6-824e-51b3911243cc",
"implements": null,
"load_selection": null,
"name": "Image",
"power_version": "1.0.0",
"system_name": "Joomla.File.Image",
"type": "final class",
"use_selection": {
"use_selection0": {
"use": "f11dc790-713e-4706-9a85-a318ed3ad56e",
"as": "default"
}
},
"extendsinterfaces": null,
"namespace": "[[[NamespacePrefix]]]\\Joomla\\[[[ComponentNamespace]]].File.Image",
"description": "Image Class\r\n\r\n@since 5.1.1",
"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 *\/\r\n",
"head": "use Joomla\\CMS\\Image\\Image as JoomlaImage;\r\nuse Joomla\\CMS\\Log\\Log;\r\nuse Joomla\\Filesystem\\File;\r\nuse Joomla\\Filesystem\\Folder;",
"composer": ""
}