[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/administrator/templates/atum/ -> templateDetails.xml (source)

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <extension type="template" client="administrator">
   3      <name>atum</name>
   4      <version>1.0</version>
   5      <creationDate>2016-09</creationDate>
   6      <author>Joomla! Project</author>
   7      <authorEmail>[email protected]</authorEmail>
   8      <copyright>(C) 2016 Open Source Matters, Inc.</copyright>
   9      <description>TPL_ATUM_XML_DESCRIPTION</description>
  10      <inheritable>1</inheritable>
  11      <files>
  12          <filename>component.php</filename>
  13          <filename>cpanel.php</filename>
  14          <filename>error.php</filename>
  15          <filename>error_full.php</filename>
  16          <filename>error_login.php</filename>
  17          <filename>index.php</filename>
  18          <filename>joomla.asset.json</filename>
  19          <filename>login.php</filename>
  20          <filename>templateDetails.xml</filename>
  21          <folder>html</folder>
  22      </files>
  23      <media destination="templates/administrator/atum" folder="media">
  24          <folder>js</folder>
  25          <folder>css</folder>
  26          <folder>scss</folder>
  27          <folder>images</folder>
  28      </media>
  29      <positions>
  30          <!-- used directly in the template -->
  31          <position>bottom</position>
  32          <position>debug</position>
  33          <position>menu</position>
  34          <position>sidebar</position>
  35          <position>status</position>
  36          <position>title</position>
  37          <position>top</position>
  38          <position>toolbar</position>
  39          <!-- used directly in a component and included here so the position will appear in the list of available positions -->
  40          <position>cpanel</position>
  41          <position>icon</position>
  42          <position>login</position>
  43          <position>customtop</position>
  44      </positions>
  45      <languages folder="language">
  46          <language tag="en-GB">en-GB/tpl_atum.ini</language>
  47          <language tag="en-GB">en-GB/tpl_atum.sys.ini</language>
  48      </languages>
  49      <config>
  50          <fields name="params">
  51              <fieldset name="colors" label="TPL_ATUM_COLORS_SETTINGS_LABEL">
  52                  <field
  53                      name="hue"
  54                      type="color"
  55                      label="TPL_ATUM_COLORS_HUE"
  56                      format="hue"
  57                      control="slider"
  58                      preview="true"
  59                      saveFormat="hsl"
  60                      default="hsl(214,63%,20%)"
  61                  />
  62                  <field
  63                      name="bg-light"
  64                      type="color"
  65                      label="TPL_ATUM_COLORS_SETTINGS_BG_LIGHT_LABEL"
  66                      default="#f0f4fb"
  67                      filter="color"
  68                  />
  69                  <field
  70                      name="text-dark"
  71                      type="color"
  72                      label="TPL_ATUM_COLORS_SETTINGS_TEXT_DARK_LABEL"
  73                      default="#495057"
  74                      filter="color"
  75                  />
  76                  <field
  77                      name="text-light"
  78                      type="color"
  79                      label="TPL_ATUM_COLORS_SETTINGS_TEXT_LIGHT_LABEL"
  80                      default="#ffffff"
  81                      filter="color"
  82                  />
  83                  <field
  84                      name="link-color"
  85                      type="color"
  86                      label="TPL_ATUM_COLORS_SETTINGS_LINK_COLOR_LABEL"
  87                      default="#2a69b8"
  88                      filter="color"
  89                  />
  90                  <field
  91                      name="special-color"
  92                      type="color"
  93                      label="TPL_ATUM_COLORS_SETTINGS_SPECIAL_COLOR_LABEL"
  94                      default="#001B4C"
  95                      filter="color"
  96                  />
  97                  <field
  98                      name="monochrome"
  99                      type="radio"
 100                      label="TPL_ATUM_COLORS_SETTINGS_MONOCHROME_LABEL"
 101                      layout="joomla.form.field.radio.switcher"
 102                      default="0"
 103                      >
 104                      <option value="0">JNO</option>
 105                      <option value="1">JYES</option>
 106                  </field>
 107              </fieldset>
 108  
 109              <fieldset name="images" label="TPL_ATUM_IMAGE_SETTINGS_LABEL">
 110                  <fieldset name="loginLogo" label="TPL_ATUM_LOGIN_LOGO_LABEL">
 111                      <field
 112                          name="loginLogo"
 113                          type="media"
 114                          label="TPL_ATUM_IMAGE_LABEL"
 115                      />
 116                      <field
 117                          name="loginLogoAlt"
 118                          type="text"
 119                          label="TPL_ATUM_LOGO_ALT_LABEL"
 120                      />
 121                      <field
 122                          name="emptyLoginLogoAlt"
 123                          type="checkbox"
 124                          label="TPL_ATUM_LOGO_ALT_EMPTY_LABEL"
 125                          description="TPL_ATUM_LOGO_ALT_EMPTY_DESC"
 126                      />
 127                  </fieldset>
 128                  <fieldset name="logoBrandLarge" label="TPL_ATUM_SITE_LOGO_LABEL">
 129                      <field
 130                          name="logoBrandLarge"
 131                          type="media"
 132                          label="TPL_ATUM_IMAGE_LABEL"
 133                      />
 134                      <field
 135                          name="logoBrandLargeAlt"
 136                          type="text"
 137                          label="TPL_ATUM_LOGO_ALT_LABEL"
 138                      />
 139                      <field
 140                          name="emptyLogoBrandLargeAlt"
 141                          type="checkbox"
 142                          label="TPL_ATUM_LOGO_ALT_EMPTY_LABEL"
 143                          description="TPL_ATUM_LOGO_ALT_EMPTY_DESC"
 144                      />
 145                  </fieldset>
 146                  <fieldset name="logoBrandSmall" label="TPL_ATUM_SITE_LOGO_SMALL_LABEL">
 147                      <field
 148                          name="logoBrandSmall"
 149                          type="media"
 150                          label="TPL_ATUM_IMAGE_LABEL"
 151                      />
 152                      <field
 153                          name="logoBrandSmallAlt"
 154                          type="text"
 155                          label="TPL_ATUM_LOGO_ALT_LABEL"
 156                      />
 157                      <field
 158                          name="emptyLogoBrandSmallAlt"
 159                          type="checkbox"
 160                          label="TPL_ATUM_LOGO_ALT_EMPTY_LABEL"
 161                          description="TPL_ATUM_LOGO_ALT_EMPTY_DESC"
 162                      />
 163                  </fieldset>
 164              </fieldset>
 165          </fields>
 166      </config>
 167  </extension>


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