[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/administrator/templates/atum/ -> joomla.asset.json (source)

   1  {
   2    "$schema": "https://developer.joomla.org/schemas/json-schema/web_assets.json",
   3    "name": "atum",
   4    "version": "4.0.0",
   5    "description": "This file contains details of the assets used by Atum, the default Joomla 4 administrator template.",
   6    "license": "GPL-2.0-or-later",
   7    "assets": [
   8      {
   9        "name": "template.atum.ltr",
  10        "description": "The css file to be used when the site is left to right (LTR).",
  11        "type": "style",
  12        "uri": "template.min.css",
  13        "dependencies": [
  14          "fontawesome"
  15        ]
  16      },
  17      {
  18        "name": "template.atum.rtl",
  19        "description": "The css file to be used when the site is right to left (RTL).",
  20        "type": "style",
  21        "uri": "template-rtl.min.css",
  22        "dependencies": [
  23          "fontawesome"
  24        ]
  25      },
  26      {
  27        "name": "template.active.language",
  28        "description": "An asset to allow language specific css, eg 'language/[lang-CODE]/[lang-CODE].css', to use it as a dependency to the active template",
  29        "type": "style",
  30        "uri": "",
  31        "class": "LangActiveAssetItem",
  32        "client": "administrator",
  33        "dependencies": [
  34          "template.active"
  35        ]
  36      },
  37      {
  38        "name": "template.user",
  39        "description": "A file where a user can add their own css.",
  40        "type": "style",
  41        "uri": "user.css",
  42        "dependencies": [
  43          "template.active",
  44          "template.active.language"
  45        ]
  46      },
  47      {
  48        "name": "template.atum-es5",
  49        "description": "The file containing the javascript for this template.",
  50        "type": "script",
  51        "uri": "media/templates/administrator/atum/js/template-es5.min.js",
  52        "dependencies": [
  53          "core"
  54        ],
  55        "attributes": {
  56          "nomodule": true,
  57          "defer": true
  58        }
  59      },
  60      {
  61        "name": "template.atum",
  62        "description": "The file containing the javascript for this template.",
  63        "type": "script",
  64        "uri": "media/templates/administrator/atum/js/template.min.js",
  65        "dependencies": [
  66          "template.atum-es5"
  67        ],
  68        "attributes": {
  69          "type": "module"
  70        }
  71      },
  72      {
  73        "name": "template.active",
  74        "description": "A dummy asset to allow extensions to use it as a dependency to the active template",
  75        "type": "script",
  76        "uri": "",
  77        "dependencies": [
  78          "template.atum"
  79        ]
  80      },
  81      {
  82        "name": "template.atum.base",
  83        "type": "preset",
  84        "dependencies": [
  85          "core#script",
  86          "template.atum#script"
  87        ]
  88      },
  89      {
  90        "name": "template.atum.ltr",
  91        "type": "preset",
  92        "dependencies": [
  93          "template.atum.base",
  94          "template.atum.ltr#style"
  95        ]
  96      },
  97      {
  98        "name": "template.atum.rtl",
  99        "type": "preset",
 100        "dependencies": [
 101          "template.atum.base",
 102          "template.atum.rtl#style"
 103        ]
 104      },
 105      {
 106        "name": "searchtools",
 107        "type": "style",
 108        "uri": "system/searchtools/searchtools.min.css"
 109      }
 110    ]
 111  }


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer