Current File : /home/pacjaorg/www/kmm/plugins/system/webauthn/webauthn.xml |
<?xml version="1.0" encoding="UTF-8"?>
<extension type="plugin" group="system" method="upgrade">
<name>plg_system_webauthn</name>
<version>4.0.0</version>
<creationDate>2019-07-02</creationDate>
<author>Joomla! Project</author>
<authorEmail>admin@joomla.org</authorEmail>
<authorUrl>www.joomla.org</authorUrl>
<copyright>(C) 2020 Open Source Matters, Inc.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<description>PLG_SYSTEM_WEBAUTHN_DESCRIPTION</description>
<namespace path="src">Joomla\Plugin\System\Webauthn</namespace>
<files>
<folder>forms</folder>
<folder plugin="webauthn">services</folder>
<folder>src</folder>
</files>
<languages>
<language tag="en-GB">language/en-GB/plg_system_webauthn.ini</language>
<language tag="en-GB">language/en-GB/plg_system_webauthn.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="attestationSupport"
type="radio"
label="PLG_SYSTEM_WEBAUTHN_FIELD_ATTESTATION_SUPPORT_LABEL"
description="PLG_SYSTEM_WEBAUTHN_FIELD_ATTESTATION_SUPPORT_DESC"
layout="joomla.form.field.radio.switcher"
default="0"
filter="integer"
>
<option value="0">JDISABLED</option>
<option value="1">JENABLED</option>
</field>
</fieldset>
</fields>
</config>
</extension>