Resolved gh-341 that adds the feature to expand the custom field option far beyond the default. Moved the menu prefix option in to the Joomla component area -> tab -> Settings to allow each component to override the global setting.
This commit is contained in:
@@ -92,6 +92,7 @@
|
||||
label="COM_COMPONENTBUILDER_SITE_VIEW_SYSTEM_NAME_LABEL"
|
||||
size="10"
|
||||
maxlength="50"
|
||||
default=""
|
||||
description="COM_COMPONENTBUILDER_SITE_VIEW_SYSTEM_NAME_DESCRIPTION"
|
||||
class="text_area"
|
||||
filter="STRING"
|
||||
@@ -137,6 +138,7 @@
|
||||
label="COM_COMPONENTBUILDER_SITE_VIEW_MAIN_GET_LABEL"
|
||||
description="COM_COMPONENTBUILDER_SITE_VIEW_MAIN_GET_DESCRIPTION"
|
||||
multiple="false"
|
||||
default=""
|
||||
required="true"
|
||||
button="true"
|
||||
/>
|
||||
@@ -239,6 +241,7 @@
|
||||
label="COM_COMPONENTBUILDER_SITE_VIEW_CODENAME_LABEL"
|
||||
size="80"
|
||||
maxlength="150"
|
||||
default=""
|
||||
description="COM_COMPONENTBUILDER_SITE_VIEW_CODENAME_DESCRIPTION"
|
||||
class="text_area"
|
||||
filter="CMD"
|
||||
@@ -326,6 +329,7 @@
|
||||
label="COM_COMPONENTBUILDER_SITE_VIEW_CUSTOM_GET_LABEL"
|
||||
description="COM_COMPONENTBUILDER_SITE_VIEW_CUSTOM_GET_DESCRIPTION"
|
||||
multiple="true"
|
||||
default=""
|
||||
/>
|
||||
<!-- Php_model Field. Type: Editor. (joomla) -->
|
||||
<field
|
||||
@@ -413,6 +417,7 @@
|
||||
label="COM_COMPONENTBUILDER_SITE_VIEW_AJAX_INPUT_LABEL"
|
||||
layout="joomla.form.field.subform.repeatable-table"
|
||||
multiple="true"
|
||||
default=""
|
||||
icon="list">
|
||||
<form hidden="true" name="list_ajax_input_modal" repeat="true">
|
||||
<!-- Value_name Field. Type: Text. (joomla) -->
|
||||
@@ -590,6 +595,7 @@
|
||||
label="COM_COMPONENTBUILDER_SITE_VIEW_DYNAMIC_GET_LABEL"
|
||||
description="COM_COMPONENTBUILDER_SITE_VIEW_DYNAMIC_GET_DESCRIPTION"
|
||||
multiple="false"
|
||||
default=""
|
||||
required="false"
|
||||
/>
|
||||
<!-- Php_ajaxmethod Field. Type: Editor. (joomla) -->
|
||||
@@ -726,7 +732,8 @@
|
||||
description="COM_COMPONENTBUILDER_SITE_VIEW_ICOMOON_DESCRIPTION"
|
||||
class="list_class fieldMedium"
|
||||
multiple="false"
|
||||
required="false">
|
||||
required="false"
|
||||
default="">
|
||||
<!-- Option Set. -->
|
||||
<option value="joomla">
|
||||
COM_COMPONENTBUILDER_SITE_VIEW_JOOMLA</option>
|
||||
@@ -1172,6 +1179,7 @@
|
||||
label="COM_COMPONENTBUILDER_SITE_VIEW_METHOD_LABEL"
|
||||
size="40"
|
||||
maxlength="50"
|
||||
default=""
|
||||
description="COM_COMPONENTBUILDER_SITE_VIEW_METHOD_DESCRIPTION"
|
||||
class="text_area"
|
||||
required="false"
|
||||
|
Reference in New Issue
Block a user