52
0
plg_content_componentbuilde.../forms/admin_view.xml
Robot ee98077896
Update on v4.0.0 (changes towards the next release)
Here's an update on the current version, which includes changes towards the next release still in development.
2024-09-20 03:01:45 +02:00

1217 lines
38 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- default paths of admin_view form points to componentbuilder -->
<form
addruleprefix="VDM\Component\Componentbuilder\Administrator\Rule"
addfieldprefix="VDM\Component\Componentbuilder\Administrator\Field"
>
<fields name="params">
<fieldset name="admin_view_headers" label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_CLASS_HEADERS">
<fields name="admin_view_headers">
<!-- Add_admin_view_model Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_admin_view_model"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADD_ADMIN_VIEW_MODEL_LABEL"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_NO</option>
</field>
<!-- Admin_view_model Field. Type: Editor. (joomla) -->
<field
type="editor"
name="admin_view_model"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADMIN_VIEW_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADMIN_VIEW_MODEL_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_admin_view_model:1"
/>
<!-- Power_admin_view_model Field. Type: Subform. (joomla) -->
<field
type="subform"
name="power_admin_view_model"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_ADMIN_VIEW_MODEL_LABEL"
layout="joomla.form.field.subform.repeatable-table"
multiple="true"
buttons="add,remove,move"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_ADMIN_VIEW_MODEL_DESCRIPTION"
icon="list"
max="50"
showon="add_admin_view_model:1">
<form hidden="true" name="list_power_admin_view_model_modal" repeat="true">
<!-- Power Field. Type: Powers. (custom) -->
<field
type="powers"
name="power"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_LABEL"
class="list_class span12"
layout="joomla.form.field.list-fancy-select"
multiple="false"
default="0"
button="false"
/>
<!-- As Field. Type: Text. (joomla) -->
<field
type="text"
name="as"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_AS_LABEL"
size="10"
maxlength="50"
default="default"
class="text_area"
filter="STRING"
autocomplete="on"
/>
<!-- Build Field. Type: List. (joomla) -->
<field
type="list"
name="build"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BUILD_LABEL"
class="list_class"
multiple="false"
default="2">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ALWAYS</option>
<option value="2">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BASED_ON_COMPONENT</option>
<option value="6">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_EXCLUDE</option>
</field>
</form>
</field>
<!-- Add_admin_view_html Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_admin_view_html"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADD_ADMIN_VIEW_HTML_LABEL"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_NO</option>
</field>
<!-- Admin_view_html Field. Type: Editor. (joomla) -->
<field
type="editor"
name="admin_view_html"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADMIN_VIEW_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADMIN_VIEW_HTML_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="safehtml"
required="false"
validate="code"
showon="add_admin_view_html:1"
/>
<!-- Power_admin_view_html Field. Type: Subform. (joomla) -->
<field
type="subform"
name="power_admin_view_html"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_ADMIN_VIEW_HTML_LABEL"
layout="joomla.form.field.subform.repeatable-table"
multiple="true"
buttons="add,remove,move"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_ADMIN_VIEW_HTML_DESCRIPTION"
icon="list"
max="50"
showon="add_admin_view_html:1">
<form hidden="true" name="list_power_admin_view_html_modal" repeat="true">
<!-- Power Field. Type: Powers. (custom) -->
<field
type="powers"
name="power"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_LABEL"
class="list_class span12"
layout="joomla.form.field.list-fancy-select"
multiple="false"
default="0"
button="false"
/>
<!-- As Field. Type: Text. (joomla) -->
<field
type="text"
name="as"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_AS_LABEL"
size="10"
maxlength="50"
default="default"
class="text_area"
filter="STRING"
autocomplete="on"
/>
<!-- Build Field. Type: List. (joomla) -->
<field
type="list"
name="build"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BUILD_LABEL"
class="list_class"
multiple="false"
default="2">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ALWAYS</option>
<option value="2">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BASED_ON_COMPONENT</option>
<option value="6">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_EXCLUDE</option>
</field>
</form>
</field>
<!-- Add_admin_view Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_admin_view"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADD_ADMIN_VIEW_LABEL"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_NO</option>
</field>
<!-- Admin_view Field. Type: Editor. (joomla) -->
<field
type="editor"
name="admin_view"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADMIN_VIEW_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADMIN_VIEW_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="safehtml"
required="false"
validate="code"
showon="add_admin_view:1"
/>
<!-- Power_admin_view Field. Type: Subform. (joomla) -->
<field
type="subform"
name="power_admin_view"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_ADMIN_VIEW_LABEL"
layout="joomla.form.field.subform.repeatable-table"
multiple="true"
buttons="add,remove,move"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_ADMIN_VIEW_DESCRIPTION"
icon="list"
max="50"
showon="add_admin_view:1">
<form hidden="true" name="list_power_admin_view_modal" repeat="true">
<!-- Power Field. Type: Powers. (custom) -->
<field
type="powers"
name="power"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_LABEL"
class="list_class span12"
layout="joomla.form.field.list-fancy-select"
multiple="false"
default="0"
button="false"
/>
<!-- As Field. Type: Text. (joomla) -->
<field
type="text"
name="as"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_AS_LABEL"
size="10"
maxlength="50"
default="default"
class="text_area"
filter="STRING"
autocomplete="on"
/>
<!-- Build Field. Type: List. (joomla) -->
<field
type="list"
name="build"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BUILD_LABEL"
class="list_class"
multiple="false"
default="2">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ALWAYS</option>
<option value="2">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BASED_ON_COMPONENT</option>
<option value="6">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_EXCLUDE</option>
</field>
</form>
</field>
<!-- Add_admin_view_controller Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_admin_view_controller"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADD_ADMIN_VIEW_CONTROLLER_LABEL"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_NO</option>
</field>
<!-- Admin_view_controller Field. Type: Editor. (joomla) -->
<field
type="editor"
name="admin_view_controller"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADMIN_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADMIN_VIEW_CONTROLLER_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_admin_view_controller:1"
/>
<!-- Power_admin_view_controller Field. Type: Subform. (joomla) -->
<field
type="subform"
name="power_admin_view_controller"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_ADMIN_VIEW_CONTROLLER_LABEL"
layout="joomla.form.field.subform.repeatable-table"
multiple="true"
buttons="add,remove,move"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_ADMIN_VIEW_CONTROLLER_DESCRIPTION"
icon="list"
max="50"
showon="add_admin_view_controller:1">
<form hidden="true" name="list_power_admin_view_controller_modal" repeat="true">
<!-- Power Field. Type: Powers. (custom) -->
<field
type="powers"
name="power"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_LABEL"
class="list_class span12"
layout="joomla.form.field.list-fancy-select"
multiple="false"
default="0"
button="false"
/>
<!-- As Field. Type: Text. (joomla) -->
<field
type="text"
name="as"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_AS_LABEL"
size="10"
maxlength="50"
default="default"
class="text_area"
filter="STRING"
autocomplete="on"
/>
<!-- Build Field. Type: List. (joomla) -->
<field
type="list"
name="build"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BUILD_LABEL"
class="list_class"
multiple="false"
default="2">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ALWAYS</option>
<option value="2">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BASED_ON_COMPONENT</option>
<option value="6">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_EXCLUDE</option>
</field>
</form>
</field>
<!-- Add_admin_views_model Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_admin_views_model"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADD_ADMIN_VIEWS_MODEL_LABEL"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_NO</option>
</field>
<!-- Admin_views_model Field. Type: Editor. (joomla) -->
<field
type="editor"
name="admin_views_model"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADMIN_VIEWS_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADMIN_VIEWS_MODEL_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_admin_views_model:1"
/>
<!-- Power_admin_views_model Field. Type: Subform. (joomla) -->
<field
type="subform"
name="power_admin_views_model"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_ADMIN_VIEWS_MODEL_LABEL"
layout="joomla.form.field.subform.repeatable-table"
multiple="true"
buttons="add,remove,move"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_ADMIN_VIEWS_MODEL_DESCRIPTION"
icon="list"
max="50"
showon="add_admin_views_model:1">
<form hidden="true" name="list_power_admin_views_model_modal" repeat="true">
<!-- Power Field. Type: Powers. (custom) -->
<field
type="powers"
name="power"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_LABEL"
class="list_class span12"
layout="joomla.form.field.list-fancy-select"
multiple="false"
default="0"
button="false"
/>
<!-- As Field. Type: Text. (joomla) -->
<field
type="text"
name="as"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_AS_LABEL"
size="10"
maxlength="50"
default="default"
class="text_area"
filter="STRING"
autocomplete="on"
/>
<!-- Build Field. Type: List. (joomla) -->
<field
type="list"
name="build"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BUILD_LABEL"
class="list_class"
multiple="false"
default="2">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ALWAYS</option>
<option value="2">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BASED_ON_COMPONENT</option>
<option value="6">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_EXCLUDE</option>
</field>
</form>
</field>
<!-- Add_admin_views_html Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_admin_views_html"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADD_ADMIN_VIEWS_HTML_LABEL"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_NO</option>
</field>
<!-- Admin_views_html Field. Type: Editor. (joomla) -->
<field
type="editor"
name="admin_views_html"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADMIN_VIEWS_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADMIN_VIEWS_HTML_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_admin_views_html:1"
/>
<!-- Power_admin_views_html Field. Type: Subform. (joomla) -->
<field
type="subform"
name="power_admin_views_html"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_ADMIN_VIEWS_HTML_LABEL"
layout="joomla.form.field.subform.repeatable-table"
multiple="true"
buttons="add,remove,move"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_ADMIN_VIEWS_HTML_DESCRIPTION"
icon="list"
max="50"
showon="add_admin_views_html:1">
<form hidden="true" name="list_power_admin_views_html_modal" repeat="true">
<!-- Power Field. Type: Powers. (custom) -->
<field
type="powers"
name="power"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_LABEL"
class="list_class span12"
layout="joomla.form.field.list-fancy-select"
multiple="false"
default="0"
button="false"
/>
<!-- As Field. Type: Text. (joomla) -->
<field
type="text"
name="as"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_AS_LABEL"
size="10"
maxlength="50"
default="default"
class="text_area"
filter="STRING"
autocomplete="on"
/>
<!-- Build Field. Type: List. (joomla) -->
<field
type="list"
name="build"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BUILD_LABEL"
class="list_class"
multiple="false"
default="2">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ALWAYS</option>
<option value="2">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BASED_ON_COMPONENT</option>
<option value="6">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_EXCLUDE</option>
</field>
</form>
</field>
<!-- Add_admin_views Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_admin_views"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADD_ADMIN_VIEWS_LABEL"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_NO</option>
</field>
<!-- Admin_views Field. Type: Editor. (joomla) -->
<field
type="editor"
name="admin_views"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADMIN_VIEWS_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADMIN_VIEWS_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_admin_views:1"
/>
<!-- Power_admin_views Field. Type: Subform. (joomla) -->
<field
type="subform"
name="power_admin_views"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_ADMIN_VIEWS_LABEL"
layout="joomla.form.field.subform.repeatable-table"
multiple="true"
buttons="add,remove,move"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_ADMIN_VIEWS_DESCRIPTION"
icon="list"
max="50"
showon="add_admin_views:1">
<form hidden="true" name="list_power_admin_views_modal" repeat="true">
<!-- Power Field. Type: Powers. (custom) -->
<field
type="powers"
name="power"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_LABEL"
class="list_class span12"
layout="joomla.form.field.list-fancy-select"
multiple="false"
default="0"
button="false"
/>
<!-- As Field. Type: Text. (joomla) -->
<field
type="text"
name="as"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_AS_LABEL"
size="10"
maxlength="50"
default="default"
class="text_area"
filter="STRING"
autocomplete="on"
/>
<!-- Build Field. Type: List. (joomla) -->
<field
type="list"
name="build"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BUILD_LABEL"
class="list_class"
multiple="false"
default="2">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ALWAYS</option>
<option value="2">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BASED_ON_COMPONENT</option>
<option value="6">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_EXCLUDE</option>
</field>
</form>
</field>
<!-- Add_admin_views_controller Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_admin_views_controller"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADD_ADMIN_VIEWS_CONTROLLER_LABEL"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_NO</option>
</field>
<!-- Admin_views_controller Field. Type: Editor. (joomla) -->
<field
type="editor"
name="admin_views_controller"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADMIN_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADMIN_VIEWS_CONTROLLER_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_admin_views_controller:1"
/>
<!-- Power_admin_views_controller Field. Type: Subform. (joomla) -->
<field
type="subform"
name="power_admin_views_controller"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_ADMIN_VIEWS_CONTROLLER_LABEL"
layout="joomla.form.field.subform.repeatable-table"
multiple="true"
buttons="add,remove,move"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_ADMIN_VIEWS_CONTROLLER_DESCRIPTION"
icon="list"
max="50"
showon="add_admin_views_controller:1">
<form hidden="true" name="list_power_admin_views_controller_modal" repeat="true">
<!-- Power Field. Type: Powers. (custom) -->
<field
type="powers"
name="power"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_LABEL"
class="list_class span12"
layout="joomla.form.field.list-fancy-select"
multiple="false"
default="0"
button="false"
/>
<!-- As Field. Type: Text. (joomla) -->
<field
type="text"
name="as"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_AS_LABEL"
size="10"
maxlength="50"
default="default"
class="text_area"
filter="STRING"
autocomplete="on"
/>
<!-- Build Field. Type: List. (joomla) -->
<field
type="list"
name="build"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BUILD_LABEL"
class="list_class"
multiple="false"
default="2">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ALWAYS</option>
<option value="2">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BASED_ON_COMPONENT</option>
<option value="6">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_EXCLUDE</option>
</field>
</form>
</field>
<!-- Add_site_admin_view_model Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_site_admin_view_model"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADD_SITE_ADMIN_VIEW_MODEL_LABEL"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_NO</option>
</field>
<!-- Site_admin_view_model Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_admin_view_model"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_SITE_ADMIN_VIEW_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_SITE_ADMIN_VIEW_MODEL_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_site_admin_view_model:1"
/>
<!-- Power_site_admin_view_model Field. Type: Subform. (joomla) -->
<field
type="subform"
name="power_site_admin_view_model"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_SITE_ADMIN_VIEW_MODEL_LABEL"
layout="joomla.form.field.subform.repeatable-table"
multiple="true"
buttons="add,remove,move"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_SITE_ADMIN_VIEW_MODEL_DESCRIPTION"
icon="list"
max="50"
showon="add_site_admin_view_model:1">
<form hidden="true" name="list_power_site_admin_view_model_modal" repeat="true">
<!-- Power Field. Type: Powers. (custom) -->
<field
type="powers"
name="power"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_LABEL"
class="list_class span12"
layout="joomla.form.field.list-fancy-select"
multiple="false"
default="0"
button="false"
/>
<!-- As Field. Type: Text. (joomla) -->
<field
type="text"
name="as"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_AS_LABEL"
size="10"
maxlength="50"
default="default"
class="text_area"
filter="STRING"
autocomplete="on"
/>
<!-- Build Field. Type: List. (joomla) -->
<field
type="list"
name="build"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BUILD_LABEL"
class="list_class"
multiple="false"
default="2">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ALWAYS</option>
<option value="2">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BASED_ON_COMPONENT</option>
<option value="6">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_EXCLUDE</option>
</field>
</form>
</field>
<!-- Add_site_admin_view_html Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_site_admin_view_html"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADD_SITE_ADMIN_VIEW_HTML_LABEL"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_NO</option>
</field>
<!-- Site_admin_view_html Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_admin_view_html"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_SITE_ADMIN_VIEW_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_SITE_ADMIN_VIEW_HTML_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="safehtml"
required="false"
validate="code"
showon="add_site_admin_view_html:1"
/>
<!-- Power_site_admin_view_html Field. Type: Subform. (joomla) -->
<field
type="subform"
name="power_site_admin_view_html"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_SITE_ADMIN_VIEW_HTML_LABEL"
layout="joomla.form.field.subform.repeatable-table"
multiple="true"
buttons="add,remove,move"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_SITE_ADMIN_VIEW_HTML_DESCRIPTION"
icon="list"
max="50"
showon="add_site_admin_view_html:1">
<form hidden="true" name="list_power_site_admin_view_html_modal" repeat="true">
<!-- Power Field. Type: Powers. (custom) -->
<field
type="powers"
name="power"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_LABEL"
class="list_class span12"
layout="joomla.form.field.list-fancy-select"
multiple="false"
default="0"
button="false"
/>
<!-- As Field. Type: Text. (joomla) -->
<field
type="text"
name="as"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_AS_LABEL"
size="10"
maxlength="50"
default="default"
class="text_area"
filter="STRING"
autocomplete="on"
/>
<!-- Build Field. Type: List. (joomla) -->
<field
type="list"
name="build"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BUILD_LABEL"
class="list_class"
multiple="false"
default="2">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ALWAYS</option>
<option value="2">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BASED_ON_COMPONENT</option>
<option value="6">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_EXCLUDE</option>
</field>
</form>
</field>
<!-- Add_site_admin_view Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_site_admin_view"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADD_SITE_ADMIN_VIEW_LABEL"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_NO</option>
</field>
<!-- Site_admin_view Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_admin_view"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_SITE_ADMIN_VIEW_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_SITE_ADMIN_VIEW_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="safehtml"
required="false"
validate="code"
showon="add_site_admin_view:1"
/>
<!-- Power_site_admin_view Field. Type: Subform. (joomla) -->
<field
type="subform"
name="power_site_admin_view"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_SITE_ADMIN_VIEW_LABEL"
layout="joomla.form.field.subform.repeatable-table"
multiple="true"
buttons="add,remove,move"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_SITE_ADMIN_VIEW_DESCRIPTION"
icon="list"
max="50"
showon="add_site_admin_view:1">
<form hidden="true" name="list_power_site_admin_view_modal" repeat="true">
<!-- Power Field. Type: Powers. (custom) -->
<field
type="powers"
name="power"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_LABEL"
class="list_class span12"
layout="joomla.form.field.list-fancy-select"
multiple="false"
default="0"
button="false"
/>
<!-- As Field. Type: Text. (joomla) -->
<field
type="text"
name="as"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_AS_LABEL"
size="10"
maxlength="50"
default="default"
class="text_area"
filter="STRING"
autocomplete="on"
/>
<!-- Build Field. Type: List. (joomla) -->
<field
type="list"
name="build"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BUILD_LABEL"
class="list_class"
multiple="false"
default="2">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ALWAYS</option>
<option value="2">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BASED_ON_COMPONENT</option>
<option value="6">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_EXCLUDE</option>
</field>
</form>
</field>
<!-- Add_import_custom_controller Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_import_custom_controller"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADD_IMPORT_CUSTOM_CONTROLLER_LABEL"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_NO</option>
</field>
<!-- Import_custom_controller Field. Type: Editor. (joomla) -->
<field
type="editor"
name="import_custom_controller"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_IMPORT_CUSTOM_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_IMPORT_CUSTOM_CONTROLLER_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_import_custom_controller:1"
/>
<!-- Power_import_custom_controller Field. Type: Subform. (joomla) -->
<field
type="subform"
name="power_import_custom_controller"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_IMPORT_CUSTOM_CONTROLLER_LABEL"
layout="joomla.form.field.subform.repeatable-table"
multiple="true"
buttons="add,remove,move"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_IMPORT_CUSTOM_CONTROLLER_DESCRIPTION"
icon="list"
max="50"
showon="add_import_custom_controller:1">
<form hidden="true" name="list_power_import_custom_controller_modal" repeat="true">
<!-- Power Field. Type: Powers. (custom) -->
<field
type="powers"
name="power"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_LABEL"
class="list_class span12"
layout="joomla.form.field.list-fancy-select"
multiple="false"
default="0"
button="false"
/>
<!-- As Field. Type: Text. (joomla) -->
<field
type="text"
name="as"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_AS_LABEL"
size="10"
maxlength="50"
default="default"
class="text_area"
filter="STRING"
autocomplete="on"
/>
<!-- Build Field. Type: List. (joomla) -->
<field
type="list"
name="build"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BUILD_LABEL"
class="list_class"
multiple="false"
default="2">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ALWAYS</option>
<option value="2">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BASED_ON_COMPONENT</option>
<option value="6">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_EXCLUDE</option>
</field>
</form>
</field>
<!-- Add_import_custom_model Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_import_custom_model"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADD_IMPORT_CUSTOM_MODEL_LABEL"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_NO</option>
</field>
<!-- Import_custom_model Field. Type: Editor. (joomla) -->
<field
type="editor"
name="import_custom_model"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_IMPORT_CUSTOM_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_IMPORT_CUSTOM_MODEL_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_import_custom_model:1"
/>
<!-- Power_import_custom_model Field. Type: Subform. (joomla) -->
<field
type="subform"
name="power_import_custom_model"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_IMPORT_CUSTOM_MODEL_LABEL"
layout="joomla.form.field.subform.repeatable-table"
multiple="true"
buttons="add,remove,move"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_IMPORT_CUSTOM_MODEL_DESCRIPTION"
icon="list"
max="50"
showon="add_import_custom_model:1">
<form hidden="true" name="list_power_import_custom_model_modal" repeat="true">
<!-- Power Field. Type: Powers. (custom) -->
<field
type="powers"
name="power"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_LABEL"
class="list_class span12"
layout="joomla.form.field.list-fancy-select"
multiple="false"
default="0"
button="false"
/>
<!-- As Field. Type: Text. (joomla) -->
<field
type="text"
name="as"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_AS_LABEL"
size="10"
maxlength="50"
default="default"
class="text_area"
filter="STRING"
autocomplete="on"
/>
<!-- Build Field. Type: List. (joomla) -->
<field
type="list"
name="build"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BUILD_LABEL"
class="list_class"
multiple="false"
default="2">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ALWAYS</option>
<option value="2">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BASED_ON_COMPONENT</option>
<option value="6">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_EXCLUDE</option>
</field>
</form>
</field>
<!-- Add_ajax_model Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_ajax_model"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ADD_AJAX_MODEL_LABEL"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_NO</option>
</field>
<!-- Ajax_model Field. Type: Editor. (joomla) -->
<field
type="editor"
name="ajax_model"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_AJAX_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_AJAX_MODEL_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_ajax_model:1"
/>
<!-- Power_ajax_model Field. Type: Subform. (joomla) -->
<field
type="subform"
name="power_ajax_model"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_AJAX_MODEL_LABEL"
layout="joomla.form.field.subform.repeatable-table"
multiple="true"
buttons="add,remove,move"
description="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_AJAX_MODEL_DESCRIPTION"
icon="list"
max="50"
showon="add_ajax_model:1">
<form hidden="true" name="list_power_ajax_model_modal" repeat="true">
<!-- Power Field. Type: Powers. (custom) -->
<field
type="powers"
name="power"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_POWER_LABEL"
class="list_class span12"
layout="joomla.form.field.list-fancy-select"
multiple="false"
default="0"
button="false"
/>
<!-- As Field. Type: Text. (joomla) -->
<field
type="text"
name="as"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_AS_LABEL"
size="10"
maxlength="50"
default="default"
class="text_area"
filter="STRING"
autocomplete="on"
/>
<!-- Build Field. Type: List. (joomla) -->
<field
type="list"
name="build"
label="PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BUILD_LABEL"
class="list_class"
multiple="false"
default="2">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_ALWAYS</option>
<option value="2">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_BASED_ON_COMPONENT</option>
<option value="6">
PLG_CONTENT_COMPONENTBUILDERADMINHEADERSTABS_EXCLUDE</option>
</field>
</form>
</field>
</fields>
</fieldset>
</fields>
</form>