[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/components/com_users/forms/ -> frontend.xml (source)

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <form>
   3      <fields name="params">
   4          <!--  Basic user account settings. -->
   5          <fieldset name="params" label="COM_USERS_SETTINGS_FIELDSET_LABEL">
   6              <field
   7                  name="editor"
   8                  type="plugins"
   9                  label="COM_USERS_USER_FIELD_EDITOR_LABEL"
  10                  folder="editors"
  11                  useaccess="true"
  12                  >
  13                  <option value="">JOPTION_USE_DEFAULT</option>
  14              </field>
  15  
  16              <field
  17                  name="timezone"
  18                  type="timezone"
  19                  label="COM_USERS_USER_FIELD_TIMEZONE_LABEL"
  20                  >
  21                  <option value="">JOPTION_USE_DEFAULT</option>
  22              </field>
  23  
  24              <field
  25                  name="language"
  26                  type="language"
  27                  label="COM_USERS_USER_FIELD_FRONTEND_LANGUAGE_LABEL"
  28                  client="site"
  29                  filter="cmd"
  30                  >
  31                  <option value="">JOPTION_USE_DEFAULT</option>
  32              </field>
  33          </fieldset>
  34      </fields>
  35  </form>


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