[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/plugins/system/webauthn/ -> webauthn.xml (source)

   1  <?xml version="1.0" encoding="utf-8"?>
   2  <extension type="plugin" group="system" method="upgrade">
   3      <name>plg_system_webauthn</name>
   4      <version>4.0.0</version>
   5      <creationDate>2019-07-02</creationDate>
   6      <author>Joomla! Project</author>
   7      <authorEmail>[email protected]</authorEmail>
   8      <authorUrl>www.joomla.org</authorUrl>
   9      <copyright>(C) 2020 Open Source Matters, Inc.</copyright>
  10      <license>GNU General Public License version 2 or later; see LICENSE.txt</license>
  11      <description>PLG_SYSTEM_WEBAUTHN_DESCRIPTION</description>
  12      <namespace path="src">Joomla\Plugin\System\Webauthn</namespace>
  13      <files>
  14          <folder>forms</folder>
  15          <folder plugin="webauthn">services</folder>
  16          <folder>src</folder>
  17      </files>
  18      <languages>
  19          <language tag="en-GB">language/en-GB/plg_system_webauthn.ini</language>
  20          <language tag="en-GB">language/en-GB/plg_system_webauthn.sys.ini</language>
  21      </languages>
  22      <config>
  23          <fields name="params">
  24              <fieldset name="basic">
  25                  <field
  26                      name="attestationSupport"
  27                      type="radio"
  28                      label="PLG_SYSTEM_WEBAUTHN_FIELD_ATTESTATION_SUPPORT_LABEL"
  29                      description="PLG_SYSTEM_WEBAUTHN_FIELD_ATTESTATION_SUPPORT_DESC"
  30                      layout="joomla.form.field.radio.switcher"
  31                      default="0"
  32                      filter="integer"
  33                      >
  34                      <option value="0">JDISABLED</option>
  35                      <option value="1">JENABLED</option>
  36                  </field>
  37  
  38              </fieldset>
  39          </fields>
  40      </config>
  41  </extension>


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