This commit is contained in:
AlexBa16
2026-06-08 15:29:52 +02:00
commit 27903eed4a
9931 changed files with 1535659 additions and 0 deletions
@@ -0,0 +1,49 @@
{
"$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json",
"name": "com_installer",
"version": "4.0.0",
"description": "Joomla CMS",
"license": "GPL-2.0-or-later",
"assets": [
{
"name": "com_installer.installer",
"type": "preset",
"dependencies": [
"com_installer.installer#style",
"com_installer.installer#script"
]
},
{
"name": "com_installer.installer",
"type": "script",
"uri": "com_installer/installer.min.js",
"dependencies": [
"core"
],
"attributes": {
"type": "module"
},
"version": "3aacf0"
},
{
"name": "com_installer.installer",
"type": "style",
"uri": "com_installer/installer.min.css",
"version": "28212c"
},
{
"name": "com_installer.changelog",
"type": "script",
"uri": "com_installer/changelog.min.js",
"dependencies": [
"core"
],
"attributes": {
"type": "module"
},
"deprecated": true,
"deprecatedMsg": "Use joomla.dialog asset for changelog popup",
"version": "cb1d9d"
}
]
}