[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/plugins/fields/editor/ -> editor.xml (source)

   1  <?xml version="1.0" encoding="utf-8" ?>
   2  <extension type="plugin" group="fields" method="upgrade">
   3      <name>plg_fields_editor</name>
   4      <author>Joomla! Project</author>
   5      <creationDate>2016-03</creationDate>
   6      <copyright>(C) 2016 Open Source Matters, Inc.</copyright>
   7      <license>GNU General Public License version 2 or later; see LICENSE.txt</license>
   8      <authorEmail>[email protected]</authorEmail>
   9      <authorUrl>www.joomla.org</authorUrl>
  10      <version>3.7.0</version>
  11      <description>PLG_FIELDS_EDITOR_XML_DESCRIPTION</description>
  12      <files>
  13          <filename plugin="editor">editor.php</filename>
  14          <folder>params</folder>
  15          <folder>tmpl</folder>
  16      </files>
  17      <languages>
  18          <language tag="en-GB">language/en-GB/plg_fields_editor.ini</language>
  19          <language tag="en-GB">language/en-GB/plg_fields_editor.sys.ini</language>
  20      </languages>
  21      <config>
  22          <fields name="params">
  23              <fieldset name="basic">
  24                  <field
  25                      name="buttons"
  26                      type="radio"
  27                      label="PLG_FIELDS_EDITOR_PARAMS_SHOW_BUTTONS_LABEL"
  28                      layout="joomla.form.field.radio.switcher"
  29                      default="0"
  30                      filter="integer"
  31                      >
  32                      <option value="0">JHIDE</option>
  33                      <option value="1">JSHOW</option>
  34                  </field>
  35  
  36                  <field
  37                      name="hide"
  38                      type="plugins"
  39                      label="PLG_FIELDS_EDITOR_PARAMS_BUTTONS_HIDE_LABEL"
  40                      folder="editors-xtd"
  41                      multiple="true"
  42                      layout="joomla.form.field.list-fancy-select"
  43                  />
  44  
  45                  <field
  46                      name="width"
  47                      type="text"
  48                      label="PLG_FIELDS_EDITOR_PARAMS_WIDTH_LABEL"
  49                      default="100%"
  50                  />
  51  
  52                  <field
  53                      name="height"
  54                      type="text"
  55                      label="PLG_FIELDS_EDITOR_PARAMS_HEIGHT_LABEL"
  56                      default="250px"
  57                  />
  58  
  59                  <field
  60                      name="filter"
  61                      type="list"
  62                      label="PLG_FIELDS_EDITOR_PARAMS_FILTER_LABEL"
  63                      class="list"
  64                      default="JComponentHelper::filterText"
  65                      validate="options"
  66                      >
  67                      <option value="0">JNO</option>
  68                      <option value="raw">JLIB_FILTER_PARAMS_RAW</option>
  69                      <option value="safehtml">JLIB_FILTER_PARAMS_SAFEHTML</option>
  70                      <option value="JComponentHelper::filterText">JLIB_FILTER_PARAMS_TEXT</option>
  71                  </field>
  72              </fieldset>
  73          </fields>
  74      </config>
  75  </extension>


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