Depot init

This commit is contained in:
2025-08-31 22:22:52 +02:00
commit 1431a03fc1
33 changed files with 2850 additions and 0 deletions

41
media/joomla.asset.json Normal file
View File

@@ -0,0 +1,41 @@
{
"$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json",
"name": "com_depot",
"version": "1.0.0",
"description": "Joomla CMS",
"license": "GPL-2.0-or-later",
"assets": [
{
"name": "com_depot.openstreetmap",
"type": "preset",
"dependencies": [
"com_depot.openstreetmap#style",
"com_depot.openstreetmap#script"
]
},
{
"name": "com_depot.openstreetmap",
"type": "script",
"uri": "com_depot/openstreetmap.js",
"dependencies": [
"com_depot.openlayers"
],
"attributes": {
"defer": true
},
"version": "1.0.0"
},
{
"name": "com_depot.openstreetmap",
"type": "style",
"uri": "com_depot/openstreetmap.css",
"dependencies": [
"com_depot.openlayers"
],
"attributes": {
"defer": true
},
"version": "1.0.0"
}
]
}