[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/templates/cassiopeia/ -> templateDetails.xml (source)

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <extension type="template" client="site">
   3      <name>cassiopeia</name>
   4      <version>1.0</version>
   5      <creationDate>2017-02</creationDate>
   6      <author>Joomla! Project</author>
   7      <authorEmail>[email protected]</authorEmail>
   8      <copyright>(C) 2017 Open Source Matters, Inc.</copyright>
   9      <description>TPL_CASSIOPEIA_XML_DESCRIPTION</description>
  10      <inheritable>1</inheritable>
  11      <files>
  12          <filename>component.php</filename>
  13          <filename>error.php</filename>
  14          <filename>index.php</filename>
  15          <filename>joomla.asset.json</filename>
  16          <filename>offline.php</filename>
  17          <filename>templateDetails.xml</filename>
  18          <folder>html</folder>
  19      </files>
  20      <media destination="templates/site/cassiopeia" folder="media">
  21          <folder>js</folder>
  22          <folder>css</folder>
  23          <folder>scss</folder>
  24          <folder>images</folder>
  25      </media>
  26      <positions>
  27          <position>topbar</position>
  28          <position>below-top</position>
  29          <position>menu</position>
  30          <position>search</position>
  31          <position>banner</position>
  32          <position>top-a</position>
  33          <position>top-b</position>
  34          <position>main-top</position>
  35          <position>main-bottom</position>
  36          <position>breadcrumbs</position>
  37          <position>sidebar-left</position>
  38          <position>sidebar-right</position>
  39          <position>bottom-a</position>
  40          <position>bottom-b</position>
  41          <position>footer</position>
  42          <position>debug</position>
  43      </positions>
  44      <languages folder="language">
  45          <language tag="en-GB">en-GB/tpl_cassiopeia.ini</language>
  46          <language tag="en-GB">en-GB/tpl_cassiopeia.sys.ini</language>
  47      </languages>
  48      <config>
  49          <fields name="params">
  50              <fieldset name="advanced">
  51                  <field
  52                      name="brand"
  53                      type="radio"
  54                      label="TPL_CASSIOPEIA_BRAND_LABEL"
  55                      default="1"
  56                      layout="joomla.form.field.radio.switcher"
  57                      filter="boolean"
  58                      >
  59                      <option value="0">JNO</option>
  60                      <option value="1">JYES</option>
  61                  </field>
  62  
  63                  <field
  64                      name="logoFile"
  65                      type="media"
  66                      default=""
  67                      label="TPL_CASSIOPEIA_LOGO_LABEL"
  68                      showon="brand:1"
  69                  />
  70  
  71                  <field
  72                      name="siteTitle"
  73                      type="text"
  74                      default=""
  75                      label="TPL_CASSIOPEIA_TITLE"
  76                      filter="string"
  77                      showon="brand:1"
  78                  />
  79  
  80                  <field
  81                      name="siteDescription"
  82                      type="text"
  83                      default=""
  84                      label="TPL_CASSIOPEIA_TAGLINE_LABEL"
  85                      description="TPL_CASSIOPEIA_TAGLINE_DESC"
  86                      filter="string"
  87                      showon="brand:1"
  88                  />
  89  
  90                  <field
  91                      name="useFontScheme"
  92                      type="groupedlist"
  93                      label="TPL_CASSIOPEIA_FONT_LABEL"
  94                      default="0"
  95                      >
  96                      <option value="0">JNONE</option>
  97                      <group label="TPL_CASSIOPEIA_FONT_GROUP_LOCAL">
  98                          <option value="media/templates/site/cassiopeia/css/global/fonts-local_roboto.css">Roboto (local)</option>
  99                      </group>
 100                      <group label="TPL_CASSIOPEIA_FONT_GROUP_WEB">
 101                          <option value="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;300;400;700&amp;display=swap">Fira Sans (web)</option>
 102                          <option value="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;300;400;700&amp;family=Roboto:wght@100;300;400;700&amp;display=swap">Roboto + Noto Sans (web)</option>
 103                      </group>
 104                  </field>
 105  
 106                  <field
 107                      name="noteFontScheme"
 108                      type="note"
 109                      description="TPL_CASSIOPEIA_FONT_NOTE_TEXT"
 110                      class="alert alert-warning"
 111                  />
 112  
 113                  <field
 114                      name="colorName"
 115                      type="filelist"
 116                      label="TPL_CASSIOPEIA_COLOR_NAME_LABEL"
 117                      default="colors_standard"
 118                      fileFilter="^custom.+[^min]\.css$"
 119                      exclude="^colors.+"
 120                      stripext="true"
 121                      hide_none="true"
 122                      hide_default="true"
 123                      directory="media/templates/site/cassiopeia/css/global/"
 124                      validate="options"
 125                      >
 126                      <option value="colors_standard">TPL_CASSIOPEIA_COLOR_NAME_STANDARD</option>
 127                      <option value="colors_alternative">TPL_CASSIOPEIA_COLOR_NAME_ALTERNATIVE</option>
 128                  </field>
 129  
 130                  <field
 131                      name="fluidContainer"
 132                      type="radio"
 133                      layout="joomla.form.field.radio.switcher"
 134                      default="0"
 135                      label="TPL_CASSIOPEIA_FLUID_LABEL"
 136                      >
 137                      <option value="0">TPL_CASSIOPEIA_STATIC</option>
 138                      <option value="1">TPL_CASSIOPEIA_FLUID</option>
 139                  </field>
 140  
 141                  <field
 142                      name="stickyHeader"
 143                      type="radio"
 144                      label="TPL_CASSIOPEIA_STICKY_LABEL"
 145                      layout="joomla.form.field.radio.switcher"
 146                      default="0"
 147                      filter="integer"
 148                      >
 149                      <option value="0">JNO</option>
 150                      <option value="1">JYES</option>
 151                  </field>
 152  
 153                  <field
 154                      name="backTop"
 155                      type="radio"
 156                      label="TPL_CASSIOPEIA_BACKTOTOP_LABEL"
 157                      layout="joomla.form.field.radio.switcher"
 158                      default="0"
 159                      filter="integer"
 160                      >
 161                      <option value="0">JNO</option>
 162                      <option value="1">JYES</option>
 163                  </field>
 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