Files
MokoOnyx/source/joomla.asset.json
T

159 lines
4.8 KiB
JSON
Raw Normal View History

{
"$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json",
"name": "mokoonyx",
"description": "MokoOnyx template assets",
"license": "GPL-3.0-or-later",
"x-header": {
"copyright_year": 2026,
"author": "Jonathan Miller",
"owner": "Moko Consulting",
"contact": "hello@mokoconsulting.tech",
"project": "MokoOnyx Template",
"spdx_license": "GPL-3.0-or-later",
"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/.",
"repo": "https://git.mokoconsulting.tech/MokoConsulting/MokoOnyx",
"file_information": {
"defgroup": "Joomla.Template.Site",
"ingroup": "MokoOnyx.Template.Assets",
"path": "./media/templates/site/mokoonyx/joomla.asset.json",
"version": "01.00.00",
"brief": "Joomla asset registry for MokoOnyx"
}
},
"assets": [
{
"name": "template.base",
"type": "style",
"uri": "media/templates/site/mokoonyx/css/template.css",
"attributes": {"media": "all"}
},
{
"name": "template.component",
"type": "style",
"uri": "media/templates/site/mokoonyx/css/component.css",
"attributes": {"media": "all"}
},
{
"name": "template.offline",
"type": "style",
"uri": "media/templates/site/mokoonyx/css/offline.css",
"attributes": {"media": "all"}
},
{
"name": "template.user",
"type": "style",
"uri": "media/templates/site/mokoonyx/css/user.css",
"attributes": {"media": "all"}
},
{
"name": "user.js",
"type": "script",
"uri": "media/templates/site/mokoonyx/js/user.js",
"attributes": {"defer": true}
},
{
"name": "template.font.osaka",
"type": "style",
"uri": "media/templates/site/mokoonyx/css/fonts/osaka.css",
"attributes": {"media": "all"}
},
{
"name": "template.editor",
"type": "style",
"uri": "media/templates/site/mokoonyx/css/editor.css",
"attributes": {"media": "all"}
},
{
"name": "template.light.standard",
"type": "style",
"uri": "media/templates/site/mokoonyx/css/theme/light.standard.css",
"attributes": {"media": "all"}
},
{
"name": "template.light.custom",
"type": "style",
"uri": "media/templates/site/mokoonyx/css/theme/light.custom.css",
"attributes": {"media": "all"}
},
{
"name": "template.dark.standard",
"type": "style",
"uri": "media/templates/site/mokoonyx/css/theme/dark.standard.css",
"attributes": {"media": "all"}
},
{
"name": "template.dark.custom",
"type": "style",
"uri": "media/templates/site/mokoonyx/css/theme/dark.custom.css",
"attributes": {"media": "all"}
},
{
"name": "template.a11y-high-contrast",
"type": "style",
"uri": "media/templates/site/mokoonyx/css/a11y-high-contrast.css",
"attributes": {"media": "all"}
},
{
"name": "template.js",
"type": "script",
"uri": "media/templates/site/mokoonyx/js/template.js",
"attributes": {"defer": true}
},
{
"name": "gtm.js",
"type": "script",
"uri": "media/templates/site/mokoonyx/js/gtm.js",
"attributes": {"defer": true}
},
{
"name": "vendor.fa7free.all",
"type": "style",
"uri": "media/templates/site/mokoonyx/vendor/fa7free/css/all.min.css"
},
{
"name": "vendor.fa7free.brands",
"type": "style",
"uri": "media/templates/site/mokoonyx/vendor/fa7free/css/brands.min.css",
"attributes": {"media": "all"}
},
{
"name": "vendor.fa7free.fontawesome",
"type": "style",
"uri": "media/templates/site/mokoonyx/vendor/fa7free/css/fontawesome.min.css",
"attributes": {"media": "all"}
},
{
"name": "vendor.fa7free.regular",
"type": "style",
"uri": "media/templates/site/mokoonyx/vendor/fa7free/css/regular.min.css",
"attributes": {"media": "all"}
},
{
"name": "vendor.fa7free.solid",
"type": "style",
"uri": "media/templates/site/mokoonyx/vendor/fa7free/css/solid.min.css",
"attributes": {"media": "all"}
},
{
"name": "vendor.vm",
"type": "style",
"uri": "media/templates/site/mokoonyx/css/vendor/vm.css",
"attributes": {"media": "all"}
},
{
"name": "vendor.bootstrap-toc",
"type": "style",
"uri": "media/templates/site/mokoonyx/vendor/bootstrap-toc/bootstrap-toc.css",
"attributes": {"media": "all"}
},
{
"name": "vendor.bootstrap-toc.js",
"type": "script",
"uri": "media/templates/site/mokoonyx/vendor/bootstrap-toc/bootstrap-toc.js",
"dependencies": ["jquery"],
"attributes": {"defer": true}
}
]
}