2016-01-30 20:28:43 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<config>
|
|
|
|
<fieldset
|
2016-04-22 12:03:43 +00:00
|
|
|
addrulepath="/administrator/components/com_componentbuilder/models/rules"
|
|
|
|
addfieldpath="/administrator/components/com_componentbuilder/models/fields"
|
2016-01-30 20:28:43 +00:00
|
|
|
name="global_config"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_GLOBAL_LABEL"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_GLOBAL_DESC">
|
|
|
|
<field
|
|
|
|
name="check_in"
|
|
|
|
type="list"
|
|
|
|
default="0"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_CHECK_TIMER_LABEL"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_CHECK_TIMER_DESC">
|
|
|
|
<option
|
|
|
|
value="-5 hours">COM_COMPONENTBUILDER_CONFIG_CHECK_TIMER_OPTION_ONE</option>
|
|
|
|
<option
|
|
|
|
value="-12 hours">COM_COMPONENTBUILDER_CONFIG_CHECK_TIMER_OPTION_TWO</option>
|
|
|
|
<option
|
|
|
|
value="-1 day">COM_COMPONENTBUILDER_CONFIG_CHECK_TIMER_OPTION_THREE</option>
|
|
|
|
<option
|
|
|
|
value="-2 day">COM_COMPONENTBUILDER_CONFIG_CHECK_TIMER_OPTION_FOUR</option>
|
|
|
|
<option
|
|
|
|
value="-1 week">COM_COMPONENTBUILDER_CONFIG_CHECK_TIMER_OPTION_FIVE</option>
|
|
|
|
<option
|
|
|
|
value="0">COM_COMPONENTBUILDER_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"
|
2016-03-04 00:01:43 +00:00
|
|
|
default="1"
|
2016-01-30 20:28:43 +00:00
|
|
|
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" />
|
|
|
|
|
|
|
|
<!-- Minify Field. Type: Radio. (joomla) -->
|
|
|
|
<field
|
|
|
|
type="radio"
|
|
|
|
name="minify"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_MINIFY_LABEL"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_MINIFY_DESCRIPTION"
|
|
|
|
class="btn-group btn-group-yesno"
|
|
|
|
default="0">
|
|
|
|
<!-- Option Set. -->
|
|
|
|
<option value="1">
|
|
|
|
COM_COMPONENTBUILDER_CONFIG_YES</option>
|
|
|
|
<option value="0">
|
|
|
|
COM_COMPONENTBUILDER_CONFIG_NO</option>
|
|
|
|
</field>
|
|
|
|
<!-- Spacer_hr_a Field. Type: Spacer. A None Database Field. (joomla) -->
|
|
|
|
<field type="spacer" name="spacer_hr_a" hr="true" class="spacer_hr_a" />
|
|
|
|
<field name="autorTitle"
|
|
|
|
type="spacer"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_AUTHOR"
|
|
|
|
/>
|
|
|
|
<field name="autorName"
|
|
|
|
type="text"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_AUTHOR_NAME_LABEL"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_AUTHOR_NAME_DESC"
|
|
|
|
size="60"
|
|
|
|
default="Llewellyn van der Merwe"
|
|
|
|
readonly="true"
|
|
|
|
class="readonly"
|
|
|
|
/>
|
|
|
|
<field name="autorEmail"
|
|
|
|
type="email"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_AUTHOR_EMAIL_LABEL"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_AUTHOR_EMAIL_DESC"
|
|
|
|
size="60"
|
2017-02-04 00:22:17 +00:00
|
|
|
default="joomla@vdm.io"
|
2016-01-30 20:28:43 +00:00
|
|
|
readonly="true"
|
|
|
|
class="readonly"
|
|
|
|
/>
|
|
|
|
</fieldset>
|
|
|
|
<fieldset
|
|
|
|
name="uikit_config"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_UIKIT_LABEL"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_UIKIT_DESC">
|
|
|
|
<field name="uikit_load"
|
|
|
|
type="radio"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_UIKIT_LOAD_LABEL"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_UIKIT_LOAD_DESC"
|
|
|
|
class="btn-group btn-group-yesno"
|
|
|
|
default="">
|
|
|
|
<!-- Option Set. -->
|
|
|
|
<option value="">
|
|
|
|
COM_COMPONENTBUILDER_CONFIG_AUTO_LOAD</option>"
|
|
|
|
<option value="1">
|
|
|
|
COM_COMPONENTBUILDER_CONFIG_FORCE_LOAD</option>"
|
|
|
|
<option value="3">
|
|
|
|
COM_COMPONENTBUILDER_CONFIG_ONLY_EXTRA</option>"
|
|
|
|
<option value="2">
|
|
|
|
COM_COMPONENTBUILDER_CONFIG_DONT_LOAD</option>"
|
|
|
|
</field>
|
|
|
|
<field name="uikit_min"
|
|
|
|
type="radio"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_UIKIT_MIN_LABEL"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_UIKIT_MIN_DESC"
|
|
|
|
class="btn-group btn-group-yesno"
|
|
|
|
default="">
|
|
|
|
<!-- Option Set. -->
|
|
|
|
<option value="">
|
|
|
|
COM_COMPONENTBUILDER_CONFIG_NO</option>"
|
|
|
|
<option value=".min">
|
|
|
|
COM_COMPONENTBUILDER_CONFIG_YES</option>"
|
|
|
|
</field>
|
|
|
|
<field name="uikit_style"
|
|
|
|
type="radio"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_UIKIT_STYLE_LABEL"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_UIKIT_STYLE_DESC"
|
|
|
|
class="btn-group btn-group-yesno"
|
|
|
|
default="">
|
|
|
|
<!-- Option Set. -->
|
|
|
|
<option value="">
|
|
|
|
COM_COMPONENTBUILDER_CONFIG_FLAT_LOAD</option>"
|
|
|
|
<option value=".almost-flat">
|
|
|
|
COM_COMPONENTBUILDER_CONFIG_ALMOST_FLAT_LOAD</option>"
|
|
|
|
<option value=".gradient">
|
|
|
|
COM_COMPONENTBUILDER_CONFIG_GRADIANT_LOAD</option>"
|
|
|
|
</field>
|
|
|
|
</fieldset>
|
|
|
|
<fieldset
|
|
|
|
name="encryption_config"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_ENCRYPTION_LABEL"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_ENCRYPTION_DESC">
|
|
|
|
<field type="note" name="basic_key_note" class="alert alert-info" label="COM_COMPONENTBUILDER_CONFIG_BASIC_KEY_NOTE_LABEL" description="COM_COMPONENTBUILDER_CONFIG_BASIC_KEY_NOTE_DESC" />
|
|
|
|
<field name="basic_key"
|
|
|
|
type="text"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_BASIC_KEY_LABEL"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_BASIC_KEY_DESC"
|
|
|
|
size="60"
|
|
|
|
default=""
|
|
|
|
/>
|
|
|
|
</fieldset>
|
|
|
|
<fieldset
|
|
|
|
name="folder_paths_custom_config"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_FOLDER_PATHS">
|
|
|
|
|
|
|
|
<!-- Note_compiler_folder_path Field. Type: Note. A None Database Field. (joomla) -->
|
|
|
|
<field type="note" name="note_compiler_folder_path" label="COM_COMPONENTBUILDER_CONFIG_NOTE_COMPILER_FOLDER_PATH_LABEL" description="COM_COMPONENTBUILDER_CONFIG_NOTE_COMPILER_FOLDER_PATH_DESCRIPTION" heading="h4" class="alert alert-info note_compiler_folder_path" />
|
|
|
|
<!-- Compiler_folder_path Field. Type: Text. (joomla) -->
|
|
|
|
<field
|
|
|
|
type="text"
|
|
|
|
name="compiler_folder_path"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_COMPILER_FOLDER_PATH_LABEL"
|
|
|
|
size="70"
|
|
|
|
maxlength="150"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_COMPILER_FOLDER_PATH_DESCRIPTION"
|
|
|
|
class="text_area"
|
|
|
|
readonly="false"
|
|
|
|
disabled="false"
|
|
|
|
required="false"
|
|
|
|
filter="PATH"
|
|
|
|
message="Error! Please add some text here."
|
|
|
|
hint="COM_COMPONENTBUILDER_CONFIG_COMPILER_FOLDER_PATH_HINT"
|
|
|
|
/>
|
|
|
|
<!-- Note_custom_folder_path Field. Type: Note. A None Database Field. (joomla) -->
|
|
|
|
<field type="note" name="note_custom_folder_path" label="COM_COMPONENTBUILDER_CONFIG_NOTE_CUSTOM_FOLDER_PATH_LABEL" description="COM_COMPONENTBUILDER_CONFIG_NOTE_CUSTOM_FOLDER_PATH_DESCRIPTION" heading="h4" class="alert alert-info note_custom_folder_path" />
|
|
|
|
<!-- Custom_folder_path Field. Type: Text. (joomla) -->
|
|
|
|
<field
|
|
|
|
type="text"
|
|
|
|
name="custom_folder_path"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_CUSTOM_FOLDER_PATH_LABEL"
|
|
|
|
size="70"
|
|
|
|
maxlength="150"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_CUSTOM_FOLDER_PATH_DESCRIPTION"
|
|
|
|
class="text_area"
|
|
|
|
readonly="false"
|
|
|
|
disabled="false"
|
|
|
|
required="false"
|
|
|
|
filter="PATH"
|
|
|
|
message="Error! Please add folder path here."
|
|
|
|
hint="COM_COMPONENTBUILDER_CONFIG_CUSTOM_FOLDER_PATH_HINT"
|
|
|
|
/>
|
|
|
|
<!-- Note_backup_folder_path Field. Type: Note. A None Database Field. (joomla) -->
|
|
|
|
<field type="note" name="note_backup_folder_path" label="COM_COMPONENTBUILDER_CONFIG_NOTE_BACKUP_FOLDER_PATH_LABEL" description="COM_COMPONENTBUILDER_CONFIG_NOTE_BACKUP_FOLDER_PATH_DESCRIPTION" heading="h4" class="alert alert-info note_backup_folder_path" />
|
|
|
|
<!-- Backup_folder_path Field. Type: Text. (joomla) -->
|
|
|
|
<field
|
|
|
|
type="text"
|
|
|
|
name="backup_folder_path"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_BACKUP_FOLDER_PATH_LABEL"
|
|
|
|
size="70"
|
|
|
|
maxlength="150"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_BACKUP_FOLDER_PATH_DESCRIPTION"
|
|
|
|
class="text_area"
|
|
|
|
readonly="false"
|
|
|
|
disabled="false"
|
|
|
|
required="false"
|
|
|
|
filter="PATH"
|
|
|
|
message="Error! Please add folder path here."
|
|
|
|
hint="COM_COMPONENTBUILDER_CONFIG_BACKUP_FOLDER_PATH_HINT"
|
2016-03-04 20:54:07 +00:00
|
|
|
/>
|
|
|
|
<!-- Note_git_folder_path Field. Type: Note. A None Database Field. (joomla) -->
|
|
|
|
<field type="note" name="note_git_folder_path" label="COM_COMPONENTBUILDER_CONFIG_NOTE_GIT_FOLDER_PATH_LABEL" description="COM_COMPONENTBUILDER_CONFIG_NOTE_GIT_FOLDER_PATH_DESCRIPTION" heading="h4" class="alert alert-info note_git_folder_path" />
|
|
|
|
<!-- Git_folder_path Field. Type: Text. (joomla) -->
|
|
|
|
<field
|
|
|
|
type="text"
|
|
|
|
name="git_folder_path"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_GIT_FOLDER_PATH_LABEL"
|
|
|
|
size="70"
|
|
|
|
maxlength="150"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_GIT_FOLDER_PATH_DESCRIPTION"
|
|
|
|
class="text_area"
|
|
|
|
readonly="false"
|
|
|
|
disabled="false"
|
|
|
|
required="false"
|
|
|
|
filter="PATH"
|
|
|
|
message="Error! Please add folder path here."
|
|
|
|
hint="COM_COMPONENTBUILDER_CONFIG_GIT_FOLDER_PATH_HINT"
|
2016-01-30 20:28:43 +00:00
|
|
|
/>
|
2017-03-30 21:19:12 +00:00
|
|
|
</fieldset>
|
|
|
|
<fieldset
|
|
|
|
name="company_custom_config"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_COMPANY">
|
|
|
|
|
|
|
|
<!-- Export_company Field. Type: Text. (joomla) -->
|
|
|
|
<field
|
|
|
|
type="text"
|
|
|
|
name="export_company"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_EXPORT_COMPANY_LABEL"
|
|
|
|
size="40"
|
|
|
|
maxlength="150"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_EXPORT_COMPANY_DESCRIPTION"
|
|
|
|
class="text_area"
|
|
|
|
readonly="false"
|
|
|
|
disabled="false"
|
|
|
|
required="true"
|
|
|
|
filter="STRING"
|
|
|
|
message="Error! Please add company name here."
|
|
|
|
hint="COM_COMPONENTBUILDER_CONFIG_EXPORT_COMPANY_HINT"
|
|
|
|
/>
|
|
|
|
<!-- Export_owner Field. Type: Text. (joomla) -->
|
|
|
|
<field
|
|
|
|
type="text"
|
|
|
|
name="export_owner"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_EXPORT_OWNER_LABEL"
|
|
|
|
size="10"
|
|
|
|
maxlength="120"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_EXPORT_OWNER_DESCRIPTION"
|
|
|
|
class="text_area"
|
|
|
|
readonly="false"
|
|
|
|
disabled="false"
|
|
|
|
required="true"
|
|
|
|
filter="HTML"
|
|
|
|
message="Error! Please add owner name here."
|
|
|
|
hint="COM_COMPONENTBUILDER_CONFIG_EXPORT_OWNER_HINT"
|
|
|
|
/>
|
|
|
|
<!-- Export_email Field. Type: Text. (joomla) -->
|
|
|
|
<field
|
|
|
|
type="text"
|
|
|
|
name="export_email"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_EXPORT_EMAIL_LABEL"
|
|
|
|
size="40"
|
|
|
|
maxlength="150"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_EXPORT_EMAIL_DESCRIPTION"
|
|
|
|
class="text_area"
|
|
|
|
required="true"
|
|
|
|
filter="STRING"
|
|
|
|
validate="email"
|
|
|
|
message="Error! Please email address here."
|
|
|
|
hint="COM_COMPONENTBUILDER_CONFIG_EXPORT_EMAIL_HINT"
|
|
|
|
/>
|
|
|
|
<!-- Export_website Field. Type: Url. (joomla) -->
|
|
|
|
<field
|
|
|
|
type="url"
|
|
|
|
name="export_website"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_EXPORT_WEBSITE_LABEL"
|
|
|
|
size="60"
|
|
|
|
maxlength="150"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_EXPORT_WEBSITE_DESCRIPTION"
|
|
|
|
class="text_area"
|
|
|
|
required="true"
|
|
|
|
filter="url"
|
|
|
|
validated="url"
|
|
|
|
message="Error! Please add website here."
|
|
|
|
hint="COM_COMPONENTBUILDER_CONFIG_EXPORT_WEBSITE_HINT"
|
|
|
|
/>
|
|
|
|
<!-- Export_license Field. Type: Textarea. (joomla) -->
|
|
|
|
<field
|
|
|
|
type="textarea"
|
|
|
|
name="export_license"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_EXPORT_LICENSE_LABEL"
|
|
|
|
rows="7"
|
|
|
|
cols="10"
|
|
|
|
default="GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_EXPORT_LICENSE_DESCRIPTION"
|
|
|
|
class="text_area span12"
|
|
|
|
filter="HTML"
|
|
|
|
hint="COM_COMPONENTBUILDER_CONFIG_EXPORT_LICENSE_HINT"
|
|
|
|
required="true"
|
|
|
|
/>
|
|
|
|
<!-- Export_copyright Field. Type: Textarea. (joomla) -->
|
|
|
|
<field
|
|
|
|
type="textarea"
|
|
|
|
name="export_copyright"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_EXPORT_COPYRIGHT_LABEL"
|
|
|
|
rows="7"
|
|
|
|
cols="10"
|
|
|
|
default="Copyright (C) 2015. All Rights Reserved"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_EXPORT_COPYRIGHT_DESCRIPTION"
|
|
|
|
class="text_area span12"
|
|
|
|
filter="HTML"
|
|
|
|
hint="COM_COMPONENTBUILDER_CONFIG_EXPORT_COPYRIGHT_HINT"
|
|
|
|
required="true"
|
|
|
|
/>
|
|
|
|
<!-- Export_buy_link Field. Type: Url. (joomla) -->
|
|
|
|
<field
|
|
|
|
type="url"
|
|
|
|
name="export_buy_link"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_EXPORT_BUY_LINK_LABEL"
|
|
|
|
size="60"
|
|
|
|
maxlength="150"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_EXPORT_BUY_LINK_DESCRIPTION"
|
|
|
|
class="text_area"
|
|
|
|
required="false"
|
|
|
|
filter="url"
|
|
|
|
validated="url"
|
|
|
|
message="Error! Please add link here."
|
|
|
|
hint="COM_COMPONENTBUILDER_CONFIG_EXPORT_BUY_LINK_HINT"
|
|
|
|
/>
|
|
|
|
<!-- Export_buy_query Field. Type: Text. (joomla) -->
|
|
|
|
<field
|
|
|
|
type="text"
|
|
|
|
name="export_buy_query"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_EXPORT_BUY_QUERY_LABEL"
|
|
|
|
size="40"
|
|
|
|
maxlength="150"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_EXPORT_BUY_QUERY_DESCRIPTION"
|
|
|
|
class="text_area"
|
|
|
|
filter="STRING"
|
|
|
|
message="Error! Please email address here."
|
|
|
|
hint="COM_COMPONENTBUILDER_CONFIG_EXPORT_BUY_QUERY_HINT"
|
|
|
|
/>
|
|
|
|
<!-- Export_package_link Field. Type: Url. (joomla) -->
|
|
|
|
<field
|
|
|
|
type="url"
|
|
|
|
name="export_package_link"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_EXPORT_PACKAGE_LINK_LABEL"
|
|
|
|
size="60"
|
|
|
|
maxlength="150"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_EXPORT_PACKAGE_LINK_DESCRIPTION"
|
|
|
|
class="text_area"
|
|
|
|
required="false"
|
|
|
|
filter="url"
|
|
|
|
validated="url"
|
|
|
|
message="Error! Please add link here."
|
|
|
|
hint="COM_COMPONENTBUILDER_CONFIG_EXPORT_PACKAGE_LINK_HINT"
|
|
|
|
/>
|
|
|
|
<!-- Export_package_query Field. Type: Text. (joomla) -->
|
|
|
|
<field
|
|
|
|
type="text"
|
|
|
|
name="export_package_query"
|
|
|
|
label="COM_COMPONENTBUILDER_CONFIG_EXPORT_PACKAGE_QUERY_LABEL"
|
|
|
|
size="40"
|
|
|
|
maxlength="150"
|
|
|
|
description="COM_COMPONENTBUILDER_CONFIG_EXPORT_PACKAGE_QUERY_DESCRIPTION"
|
|
|
|
class="text_area"
|
|
|
|
filter="STRING"
|
|
|
|
message="Error! Please email address here."
|
|
|
|
hint="COM_COMPONENTBUILDER_CONFIG_EXPORT_PACKAGE_QUERY_HINT"
|
|
|
|
/>
|
2016-01-30 20:28:43 +00:00
|
|
|
</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_componentbuilder"
|
|
|
|
section="component"
|
|
|
|
/>
|
|
|
|
</fieldset>
|
|
|
|
</config>
|