[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/plugins/content/vote/ -> vote.xml (source)

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <extension type="plugin" group="content" method="upgrade">
   3      <name>plg_content_vote</name>
   4      <author>Joomla! Project</author>
   5      <creationDate>2005-11</creationDate>
   6      <copyright>(C) 2005 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.0.0</version>
  11      <description>PLG_VOTE_XML_DESCRIPTION</description>
  12      <files>
  13          <filename plugin="vote">vote.php</filename>
  14          <folder>tmpl</folder>
  15      </files>
  16      <languages>
  17          <language tag="en-GB">language/en-GB/plg_content_vote.ini</language>
  18          <language tag="en-GB">language/en-GB/plg_content_vote.sys.ini</language>
  19      </languages>
  20      <config>
  21          <fields name="params">
  22              <fieldset name="basic">
  23                  <field
  24                      name="position"
  25                      type="list"
  26                      label="PLG_VOTE_POSITION_LABEL"
  27                      default="top"
  28                      validate="options"
  29                      >
  30                      <option value="top">PLG_VOTE_TOP</option>
  31                      <option value="bottom">PLG_VOTE_BOTTOM</option>
  32                  </field>
  33                  <field
  34                      name="show_total_votes"
  35                      type="radio"
  36                      label="PLG_VOTE_TOTAL_VOTES_LABEL"
  37                      layout="joomla.form.field.radio.switcher"
  38                      default="0"
  39                      filter="integer"
  40                      >
  41                      <option value="0">JHIDE</option>
  42                      <option value="1">JSHOW</option>
  43                  </field>
  44              </fieldset>
  45          </fields>
  46      </config>
  47  </extension>


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