124 lines
3.0 KiB
XML
124 lines
3.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<extension type="plugin" group="captcha" method="upgrade">
|
|
<name>plg_captcha_recaptcha</name>
|
|
<version>3.4.0</version>
|
|
<creationDate>2011-12</creationDate>
|
|
<author>Joomla! Project</author>
|
|
<authorEmail>admin@joomla.org</authorEmail>
|
|
<authorUrl>www.joomla.org</authorUrl>
|
|
<copyright>(C) 2011 Open Source Matters, Inc.</copyright>
|
|
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
|
|
<description>PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION</description>
|
|
<namespace path="src">Joomla\Plugin\Captcha\ReCaptcha</namespace>
|
|
<files>
|
|
<folder plugin="recaptcha">services</folder>
|
|
<folder>src</folder>
|
|
</files>
|
|
<languages>
|
|
<language tag="en-GB">language/en-GB/plg_captcha_recaptcha.ini</language>
|
|
<language tag="en-GB">language/en-GB/plg_captcha_recaptcha.sys.ini</language>
|
|
</languages>
|
|
<config>
|
|
<fields name="params">
|
|
<fieldset name="basic">
|
|
<field
|
|
name="version"
|
|
type="list"
|
|
label="PLG_RECAPTCHA_VERSION_LABEL"
|
|
default="2.0"
|
|
validate="options"
|
|
>
|
|
<option value="2.0">PLG_RECAPTCHA_VERSION_V2</option>
|
|
</field>
|
|
|
|
<field
|
|
name="public_key"
|
|
type="text"
|
|
label="PLG_RECAPTCHA_PUBLIC_KEY_LABEL"
|
|
default=""
|
|
required="true"
|
|
filter="string"
|
|
class="input-xxlarge"
|
|
/>
|
|
|
|
<field
|
|
name="private_key"
|
|
type="text"
|
|
label="PLG_RECAPTCHA_PRIVATE_KEY_LABEL"
|
|
default=""
|
|
required="true"
|
|
filter="string"
|
|
class="input-xxlarge"
|
|
/>
|
|
|
|
<field
|
|
name="theme2"
|
|
type="list"
|
|
label="PLG_RECAPTCHA_THEME_LABEL"
|
|
default="light"
|
|
showon="version:2.0"
|
|
filter=""
|
|
validate="options"
|
|
>
|
|
<option value="light">PLG_RECAPTCHA_THEME_LIGHT</option>
|
|
<option value="dark">PLG_RECAPTCHA_THEME_DARK</option>
|
|
</field>
|
|
|
|
<field
|
|
name="size"
|
|
type="list"
|
|
label="PLG_RECAPTCHA_SIZE_LABEL"
|
|
default="normal"
|
|
showon="version:2.0"
|
|
filter=""
|
|
validate="options"
|
|
>
|
|
<option value="normal">PLG_RECAPTCHA_THEME_NORMAL</option>
|
|
<option value="compact">PLG_RECAPTCHA_THEME_COMPACT</option>
|
|
</field>
|
|
|
|
<field
|
|
name="tabindex"
|
|
type="number"
|
|
label="PLG_RECAPTCHA_TABINDEX_LABEL"
|
|
description="PLG_RECAPTCHA_TABINDEX_DESC"
|
|
filter="integer"
|
|
default="0"
|
|
showon="version:2.0"
|
|
min="0"
|
|
/>
|
|
|
|
<field
|
|
name="callback"
|
|
type="text"
|
|
label="PLG_RECAPTCHA_CALLBACK_LABEL"
|
|
description="PLG_RECAPTCHA_CALLBACK_DESC"
|
|
default=""
|
|
showon="version:2.0"
|
|
filter="string"
|
|
/>
|
|
|
|
<field
|
|
name="expired_callback"
|
|
type="text"
|
|
label="PLG_RECAPTCHA_EXPIRED_CALLBACK_LABEL"
|
|
description="PLG_RECAPTCHA_EXPIRED_CALLBACK_DESC"
|
|
default=""
|
|
showon="version:2.0"
|
|
filter="string"
|
|
/>
|
|
|
|
<field
|
|
name="error_callback"
|
|
type="text"
|
|
label="PLG_RECAPTCHA_ERROR_CALLBACK_LABEL"
|
|
description="PLG_RECAPTCHA_ERROR_CALLBACK_DESC"
|
|
default=""
|
|
showon="version:2.0"
|
|
filter="string"
|
|
/>
|
|
</fieldset>
|
|
</fields>
|
|
</config>
|
|
</extension>
|