eec06b1875
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Generic: Repo Health / Site Health (push) Has been cancelled
Generic: Repo Health / Access control (push) Has been cancelled
Generic: Repo Health / Release configuration (push) Has been cancelled
Generic: Repo Health / Scripts governance (push) Has been cancelled
Generic: Repo Health / Repository health (push) Has been cancelled
33 lines
645 B
JSON
33 lines
645 B
JSON
{
|
|
"$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json",
|
|
"name": "mod_mokojoomhero",
|
|
"version": "1.0.0",
|
|
"description": "MokoJoomHero module web assets",
|
|
"license": "GPL-3.0-or-later",
|
|
"assets": [
|
|
{
|
|
"name": "mod_mokojoomhero",
|
|
"type": "preset",
|
|
"dependencies": [
|
|
"mod_mokojoomhero.css",
|
|
"mod_mokojoomhero.js"
|
|
]
|
|
},
|
|
{
|
|
"name": "mod_mokojoomhero.css",
|
|
"type": "style",
|
|
"uri": "css/template.css",
|
|
"version": "1.0.0"
|
|
},
|
|
{
|
|
"name": "mod_mokojoomhero.js",
|
|
"type": "script",
|
|
"uri": "js/template.js",
|
|
"version": "1.0.0",
|
|
"attributes": {
|
|
"defer": true
|
|
}
|
|
}
|
|
]
|
|
}
|