com_release_checking/admin/config.xml

107 lines
3.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<config>
<fieldset
addrulepath="/administrator/components/com_release_checking/models/rules"
addfieldpath="/administrator/components/com_release_checking/models/fields"
name="global_config"
label="COM_RELEASE_CHECKING_CONFIG_GLOBAL_LABEL"
description="COM_RELEASE_CHECKING_CONFIG_GLOBAL_DESC">
<field
name="check_in"
type="list"
default="0"
label="COM_RELEASE_CHECKING_CONFIG_CHECK_TIMER_LABEL"
description="COM_RELEASE_CHECKING_CONFIG_CHECK_TIMER_DESC">
<option
value="-5 hours">COM_RELEASE_CHECKING_CONFIG_CHECK_TIMER_OPTION_ONE</option>
<option
value="-12 hours">COM_RELEASE_CHECKING_CONFIG_CHECK_TIMER_OPTION_TWO</option>
<option
value="-1 day">COM_RELEASE_CHECKING_CONFIG_CHECK_TIMER_OPTION_THREE</option>
<option
value="-2 day">COM_RELEASE_CHECKING_CONFIG_CHECK_TIMER_OPTION_FOUR</option>
<option
value="-1 week">COM_RELEASE_CHECKING_CONFIG_CHECK_TIMER_OPTION_FIVE</option>
<option
value="0">COM_RELEASE_CHECKING_CONFIG_CHECK_TIMER_OPTION_SIX</option>
</field>
<field type="spacer" name="spacerAuthor" hr="true" />
<field
name="save_history"
type="radio"
class="btn-group btn-group-yesno"
default="1"
label="JGLOBAL_SAVE_HISTORY_OPTIONS_LABEL"
description="JGLOBAL_SAVE_HISTORY_OPTIONS_DESC"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field
name="history_limit"
type="text"
filter="integer"
label="JGLOBAL_HISTORY_LIMIT_OPTIONS_LABEL"
description="JGLOBAL_HISTORY_LIMIT_OPTIONS_DESC"
default="10"
/>
<field type="spacer" name="spacerHistory" hr="true" />
<field name="autorTitle"
type="spacer"
label="COM_RELEASE_CHECKING_CONFIG_AUTHOR"
/>
<field name="autorName"
type="text"
label="COM_RELEASE_CHECKING_CONFIG_AUTHOR_NAME_LABEL"
description="COM_RELEASE_CHECKING_CONFIG_AUTHOR_NAME_DESC"
size="60"
default="Joomla! Project"
readonly="true"
class="readonly"
/>
<field name="autorEmail"
type="email"
label="COM_RELEASE_CHECKING_CONFIG_AUTHOR_EMAIL_LABEL"
description="COM_RELEASE_CHECKING_CONFIG_AUTHOR_EMAIL_DESC"
size="60"
default="admin@joomla.org"
readonly="true"
class="readonly"
/>
</fieldset>
<fieldset
name="export_text_only_config"
label="COM_RELEASE_CHECKING_CONFIG_EXPORT_TEXT_ONLY_TAB_LABEL"
description="COM_RELEASE_CHECKING_CONFIG_EXPORT_TEXT_ONLY_TAB_DESCRIPTION">
<!-- Export Text Only Field. Type: Radio. (joomla) -->
<field
type="radio"
name="export_text_only"
label="COM_RELEASE_CHECKING_CONFIG_EXPORT_TEXT_ONLY_LABEL"
description="COM_RELEASE_CHECKING_CONFIG_EXPORT_TEXT_ONLY_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0">
<!-- Option Set. -->
<option value="1">
COM_RELEASE_CHECKING_CONFIG_ACTIVATE</option>
<option value="0">
COM_RELEASE_CHECKING_CONFIG_DEACTIVATE</option>
</field>
</fieldset>
<fieldset
name="permissions"
label="JCONFIG_PERMISSIONS_LABEL"
description="JCONFIG_PERMISSIONS_DESC">
<field
name="rules"
type="rules"
label="JCONFIG_PERMISSIONS_LABEL"
class="inputbox"
validate="rules"
filter="rules"
component="com_release_checking"
section="component"
/>
</fieldset>
</config>