Update joomla.asset.json

This commit is contained in:
2026-01-20 12:53:49 -06:00
parent e8e5ec8130
commit ebf0d613c7

View File

@@ -1,270 +1,276 @@
{ {
"$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json", "$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json",
"name": "moko-cassiopeia", "name": "moko-cassiopeia",
"description": "Moko-Cassiopeia template assets", "description": "Moko-Cassiopeia template assets",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"x-header": { "x-header": {
"copyright_year": 2025, "copyright_year": 2025,
"author": "Jonathan Miller", "author": "Jonathan Miller",
"owner": "Moko Consulting", "owner": "Moko Consulting",
"contact": "hello@mokoconsulting.tech", "contact": "hello@mokoconsulting.tech",
"project": "Moko-Cassiopeia Template", "project": "Moko-Cassiopeia Template",
"spdx_license": "GPL-3.0-or-later", "spdx_license": "GPL-3.0-or-later",
"notice": "This file is part of a Moko Consulting project.", "notice": "This file is part of a Moko Consulting project.",
"disclaimer": "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.", "disclaimer": "This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License; either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.",
"repo": "https://github.com/mokoconsulting-tech/moko-cassiopeia", "repo": "https://github.com/mokoconsulting-tech/moko-cassiopeia",
"file_information": { "file_information": {
"defgroup": "Joomla.Template.Site", "defgroup": "Joomla.Template.Site",
"ingroup": "Moko-Cassiopeia.Template.Assets", "ingroup": "Moko-Cassiopeia.Template.Assets",
"path": "./media/templates/site/moko-cassiopeia/joomla.asset.json", "path": "./media/templates/site/moko-cassiopeia/joomla.asset.json",
"version": "03.00.00", "version": "03.00.00",
"brief": "Joomla asset registry for Moko-Cassiopeia" "brief": "Joomla asset registry for Moko-Cassiopeia"
} }
}, },
"assets": [ "assets": [
{ {
"name": "template.global.base", "name": "template.global.base",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/template.css", "uri": "media/templates/site/moko-cassiopeia/css/template.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.global.base.min", "name": "template.global.base.min",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/template.min.css", "uri": "media/templates/site/moko-cassiopeia/css/template.min.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.user", "name": "template.user",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/user.css", "uri": "media/templates/site/moko-cassiopeia/css/user.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.user.min", "name": "template.user.min",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/user.min.css", "uri": "media/templates/site/moko-cassiopeia/css/user.min.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.editor", "name": "template.editor",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/editor.css", "uri": "media/templates/site/moko-cassiopeia/css/editor.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.editor.min", "name": "template.editor.min",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/editor.min.css", "uri": "media/templates/site/moko-cassiopeia/css/editor.min.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "vendor.bootstrap-toc", "name": "vendor.bootstrap-toc",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/vendor/afeld/bootstrap-toc.min.css", "uri": "media/templates/site/moko-cassiopeia/vendor/afeld/bootstrap-toc.min.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "vendor.bootstrap-toc.min", "name": "vendor.bootstrap-toc.min",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/vendor/afeld/bootstrap-toc.min.css", "uri": "media/templates/site/moko-cassiopeia/vendor/afeld/bootstrap-toc.min.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.light.colors_standard", "name": "template.light.colors_standard",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/colors/light/colors_standard.css", "uri": "media/templates/site/moko-cassiopeia/css/colors/light/colors_standard.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.light.colors_standard.min", "name": "template.light.colors_standard.min",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/colors/light/colors_standard.min.css", "uri": "media/templates/site/moko-cassiopeia/css/colors/light/colors_standard.min.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.light.colors_alternative", "name": "template.light.colors_alternative",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/colors/light/colors_alternative.css", "uri": "media/templates/site/moko-cassiopeia/css/colors/light/colors_alternative.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.light.colors_alternative.min", "name": "template.light.colors_alternative.min",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/colors/light/colors_alternative.min.css", "uri": "media/templates/site/moko-cassiopeia/css/colors/light/colors_alternative.min.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.light.colors_custom", "name": "template.light.colors_custom",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/colors/light/colors_custom.css", "uri": "media/templates/site/moko-cassiopeia/css/colors/light/colors_custom.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.light.colors_custom.min", "name": "template.light.colors_custom.min",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/colors/light/colors_custom.min.css", "uri": "media/templates/site/moko-cassiopeia/css/colors/light/colors_custom.min.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.dark.colors_standard", "name": "template.dark.colors_standard",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/colors/dark/colors_standard.css", "uri": "media/templates/site/moko-cassiopeia/css/colors/dark/colors_standard.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.dark.colors_standard.min", "name": "template.dark.colors_standard.min",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/colors/dark/colors_standard.min.css", "uri": "media/templates/site/moko-cassiopeia/css/colors/dark/colors_standard.min.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.dark.colors_alternative", "name": "template.dark.colors_alternative",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/colors/dark/colors_alternative.css", "uri": "media/templates/site/moko-cassiopeia/css/colors/dark/colors_alternative.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.dark.colors_alternative.min", "name": "template.dark.colors_alternative.min",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/colors/dark/colors_alternative.min.css" "uri": "media/templates/site/moko-cassiopeia/css/colors/dark/colors_alternative.min.css"
}, },
{ {
"name": "template.dark.colors_custom", "name": "template.dark.colors_custom",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/colors/dark/colors_custom.css", "uri": "media/templates/site/moko-cassiopeia/css/colors/dark/colors_custom.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.dark.colors_custom.min", "name": "template.dark.colors_custom.min",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/colors/dark/colors_custom.min.css", "uri": "media/templates/site/moko-cassiopeia/css/colors/dark/colors_custom.min.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.js", "name": "template.js",
"type": "script", "type": "script",
"uri": "media/templates/site/moko-cassiopeia/js/template.js", "uri": "media/templates/site/moko-cassiopeia/js/template.js",
"attributes": {"defer": true} "attributes": {"defer": true}
}, },
{ {
"name": "template.js.min", "name": "template.js.min",
"type": "script", "type": "script",
"uri": "media/templates/site/moko-cassiopeia/js/template.min.js", "uri": "media/templates/site/moko-cassiopeia/js/template.min.js",
"attributes": {"defer": true} "attributes": {"defer": true}
}, },
{ {
"name": "theme-init.js", "name": "theme-init.js",
"type": "script", "type": "script",
"uri": "media/templates/site/moko-cassiopeia/js/theme-init.js", "uri": "media/templates/site/moko-cassiopeia/js/theme-init.js",
"attributes": {"defer": true} "attributes": {"defer": true}
}, },
{ {
"name": "theme-init.min.js", "name": "theme-init.min.js",
"type": "script", "type": "script",
"uri": "media/templates/site/moko-cassiopeia/js/theme-init.min.js", "uri": "media/templates/site/moko-cassiopeia/js/theme-init.min.js",
"attributes": {"defer": true} "attributes": {"defer": true}
}, },
{ {
"name": "darkmode-toggle.js", "name": "darkmode-toggle.js",
"type": "script", "type": "script",
"uri": "media/templates/site/moko-cassiopeia/js/darkmode-toggle.js", "uri": "media/templates/site/moko-cassiopeia/js/darkmode-toggle.js",
"attributes": {"defer": true} "attributes": {"defer": true}
}, },
{ {
"name": "darkmode-toggle.min.js", "name": "darkmode-toggle.min.js",
"type": "script", "type": "script",
"uri": "media/templates/site/moko-cassiopeia/js/darkmode-toggle.min.js", "uri": "media/templates/site/moko-cassiopeia/js/darkmode-toggle.min.js",
"attributes": {"defer": true} "attributes": {"defer": true}
}, },
{ {
"name": "gtm.js", "name": "gtm.js",
"type": "script", "type": "script",
"uri": "media/templates/site/moko-cassiopeia/js/gtm.js", "uri": "media/templates/site/moko-cassiopeia/js/gtm.js",
"attributes": {"defer": true} "attributes": {"defer": true}
}, },
{ {
"name": "gtm.min.js", "name": "gtm.min.js",
"type": "script", "type": "script",
"uri": "media/templates/site/moko-cassiopeia/js/gtm.min.js", "uri": "media/templates/site/moko-cassiopeia/js/gtm.min.js",
"attributes": {"defer": true} "attributes": {"defer": true}
}, },
{ {
"name": "vendor.bootstrap-toc.js", "name": "vendor.bootstrap-toc.js",
"type": "script", "type": "script",
"uri": "media/templates/site/moko-cassiopeia/vendor/afeld/bootstrap-toc.min.js", "uri": "media/templates/site/moko-cassiopeia/vendor/afeld/bootstrap-toc.min.js",
"attributes": {"defer": true} "attributes": {"defer": true}
}, },
{ {
"name": "vendor.bootstrap-toc.js.min", "name": "vendor.bootstrap-toc.js.min",
"type": "script", "type": "script",
"uri": "media/templates/site/moko-cassiopeia/vendor/afeld/bootstrap-toc.min.js", "uri": "media/templates/site/moko-cassiopeia/vendor/afeld/bootstrap-toc.min.js",
"attributes": {"defer": true} "attributes": {"defer": true}
}, },
{ {
"name": "vendor.fa7free.all", "name": "vendor.fa7free.all",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/all.css" "uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/all.css"
}, },
{ {
"name": "vendor.fa7free.all.min", "name": "vendor.fa7free.all.min",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/all.min.css", "uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/all.min.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "vendor.fa7free.brands", "name": "vendor.fa7free.brands",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/brands.css", "uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/brands.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "vendor.fa7free.brands.min", "name": "vendor.fa7free.brands.min",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/brands.min.css", "uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/brands.min.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "vendor.fa7free.fontawesome", "name": "vendor.fa7free.fontawesome",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/fontawesome.css", "uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/fontawesome.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "vendor.fa7free.fontawesome.min", "name": "vendor.fa7free.fontawesome.min",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/fontawesome.min.css", "uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/fontawesome.min.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "vendor.fa7free.regular", "name": "vendor.fa7free.regular",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/regular.css", "uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/regular.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "vendor.fa7free.regular.min", "name": "vendor.fa7free.regular.min",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/regular.min.css", "uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/regular.min.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "vendor.fa7free.solid", "name": "vendor.fa7free.solid",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/solid.css", "uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/solid.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "vendor.fa7free.solid.min", "name": "vendor.fa7free.solid.min",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/solid.min.css", "uri": "media/templates/site/moko-cassiopeia/vendor/fa7free/css/solid.min.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
}, },
{ {
"name": "template.global.social-media-demo", "name": "template.global.social-media-demo",
"type": "style", "type": "style",
"uri": "media/templates/site/moko-cassiopeia/css/global/social-media-demo.css", "uri": "media/templates/site/moko-cassiopeia/css/global/social-media-demo.css",
"attributes": {"media": "all"} "attributes": {"media": "all"}
} },
] {
"name": "vendor.vm",
"type": "style",
"uri": "media/templates/site/moko-cassiopeia/vendor/vm.css",
"attributes": {"media": "all"}
}
]
} }