[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/administrator/components/com_templates/ -> config.xml (source)

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <config>
   3      <help key="Template:_Options"/>
   4      <inlinehelp button="show"/>
   5      <fieldset
   6          name="templates"
   7          label="COM_TEMPLATES_SUBMENU_TEMPLATES"
   8          description="COM_TEMPLATES_CONFIG_FIELDSET_DESC">
   9  
  10          <field
  11              name="template_positions_display"
  12              type="radio"
  13              label="COM_TEMPLATES_CONFIG_POSITIONS_LABEL"
  14              layout="joomla.form.field.radio.switcher"
  15              default="0"
  16              >
  17              <option value="0">JDISABLED</option>
  18              <option value="1">JENABLED</option>
  19          </field>
  20  
  21          <field
  22              name="upload_limit"
  23              type="number"
  24              label="COM_TEMPLATES_CONFIG_UPLOAD_LABEL"
  25              default="10"
  26              extension="com_templates"
  27          />
  28  
  29          <field
  30              name="spacer"
  31              type="spacer"
  32              hr="true"
  33          />
  34  
  35          <field
  36              name="image_formats"
  37              type="text"
  38              label="COM_TEMPLATES_CONFIG_IMAGE_LABEL"
  39              default="gif,bmp,jpg,jpeg,png,webp"
  40              extension="com_templates"
  41          />
  42  
  43          <field
  44              name="source_formats"
  45              type="text"
  46              label="COM_TEMPLATES_CONFIG_SOURCE_LABEL"
  47              default="txt,less,ini,xml,js,php,css,sass,scss,json"
  48              extension="com_templates"
  49          />
  50  
  51          <field
  52              name="font_formats"
  53              type="text"
  54              label="COM_TEMPLATES_CONFIG_FONT_LABEL"
  55              default="woff,woff2,ttf,otf"
  56              extension="com_templates"
  57          />
  58  
  59          <field
  60              name="compressed_formats"
  61              type="hidden"
  62              default="zip"
  63              extension="com_templates"
  64          />
  65      </fieldset>
  66  
  67      <fieldset
  68          name="permissions"
  69          label="JCONFIG_PERMISSIONS_LABEL"
  70          >
  71          <field
  72              name="rules"
  73              type="rules"
  74              label="JCONFIG_PERMISSIONS_LABEL"
  75              filter="rules"
  76              validate="rules"
  77              component="com_templates"
  78              section="component"
  79          />
  80      </fieldset>
  81  </config>


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