first commit
This commit is contained in:
54
administrator/components/com_installer/config.xml
Normal file
54
administrator/components/com_installer/config.xml
Normal file
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<config>
|
||||
<help key="Installer:_Options"/>
|
||||
<inlinehelp button="show"/>
|
||||
<fieldset
|
||||
name="preferences"
|
||||
label="COM_INSTALLER_PREFERENCES_LABEL"
|
||||
description="COM_INSTALLER_PREFERENCES_DESCRIPTION"
|
||||
>
|
||||
|
||||
<field
|
||||
name="cachetimeout"
|
||||
type="integer"
|
||||
label="COM_INSTALLER_CACHETIMEOUT_LABEL"
|
||||
first="0"
|
||||
last="24"
|
||||
step="1"
|
||||
default="6"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="minimum_stability"
|
||||
type="list"
|
||||
label="COM_INSTALLER_MINIMUM_STABILITY_LABEL"
|
||||
description="COM_INSTALLER_MINIMUM_STABILITY_DESC"
|
||||
default="4"
|
||||
validate="options"
|
||||
>
|
||||
<option value="0">COM_INSTALLER_MINIMUM_STABILITY_DEV</option>
|
||||
<option value="1">COM_INSTALLER_MINIMUM_STABILITY_ALPHA</option>
|
||||
<option value="2">COM_INSTALLER_MINIMUM_STABILITY_BETA</option>
|
||||
<option value="3">COM_INSTALLER_MINIMUM_STABILITY_RC</option>
|
||||
<option value="4">COM_INSTALLER_MINIMUM_STABILITY_STABLE</option>
|
||||
</field>
|
||||
|
||||
</fieldset>
|
||||
|
||||
<fieldset
|
||||
name="permissions"
|
||||
label="JCONFIG_PERMISSIONS_LABEL"
|
||||
>
|
||||
|
||||
<field
|
||||
name="rules"
|
||||
type="rules"
|
||||
label="JCONFIG_PERMISSIONS_LABEL"
|
||||
filter="rules"
|
||||
validate="rules"
|
||||
component="com_installer"
|
||||
section="component"
|
||||
/>
|
||||
|
||||
</fieldset>
|
||||
</config>
|
||||
Reference in New Issue
Block a user