52
0
plg_content_componentbuilde.../forms/joomla_component.xml

186 lines
5.3 KiB
XML
Raw Normal View History

2021-10-14 14:30:40 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!-- default paths of joomla_component form points to componentbuilder -->
<form>
<fields name="params">
<!-- default paths of joomla_component_headers fieldset points to the plugin -->
2022-05-09 12:26:07 +00:00
<fieldset name="joomla_component_headers" label="PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_CLASS_HEADERS"
2021-10-14 14:30:40 +00:00
addrulepath="/plugins/content/componentbuildercomponentheaderstabs/rules"
addfieldpath="/plugins/content/componentbuildercomponentheaderstabs/fields"
>
<fields name="joomla_component_headers">
<!-- Add_admin_component Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_admin_component"
2022-05-09 12:26:07 +00:00
label="PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_ADD_ADMIN_COMPONENT_LABEL"
2021-10-14 14:30:40 +00:00
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
2022-05-09 12:26:07 +00:00
PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_YES</option>
2021-10-14 14:30:40 +00:00
<option value="0">
2022-05-09 12:26:07 +00:00
PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_NO</option>
2021-10-14 14:30:40 +00:00
</field>
<!-- Admin_component Field. Type: Editor. (joomla) -->
<field
type="editor"
name="admin_component"
2022-05-09 12:26:07 +00:00
label="PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_ADMIN_COMPONENT_LABEL"
2021-10-14 14:30:40 +00:00
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_admin_component:1"
/>
2021-12-16 09:22:04 +00:00
<!-- Power_admin_component Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_admin_component"
2022-05-09 12:26:07 +00:00
label="PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_POWER_ADMIN_COMPONENT_LABEL"
2021-12-16 09:22:04 +00:00
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_admin_component:1"
button="true"
/>
2021-10-14 14:30:40 +00:00
<!-- Add_site_component Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_site_component"
2022-05-09 12:26:07 +00:00
label="PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_ADD_SITE_COMPONENT_LABEL"
2021-10-14 14:30:40 +00:00
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
2022-05-09 12:26:07 +00:00
PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_YES</option>
2021-10-14 14:30:40 +00:00
<option value="0">
2022-05-09 12:26:07 +00:00
PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_NO</option>
2021-10-14 14:30:40 +00:00
</field>
<!-- Site_component Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_component"
2022-05-09 12:26:07 +00:00
label="PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_SITE_COMPONENT_LABEL"
2021-10-14 14:30:40 +00:00
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_site_component:1"
/>
2021-12-16 09:22:04 +00:00
<!-- Power_site_component Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_site_component"
2022-05-09 12:26:07 +00:00
label="PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_POWER_SITE_COMPONENT_LABEL"
2021-12-16 09:22:04 +00:00
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_site_component:1"
button="true"
/>
2021-10-14 14:30:40 +00:00
<!-- Add_admin_helper Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_admin_helper"
2022-05-09 12:26:07 +00:00
label="PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_ADD_ADMIN_HELPER_LABEL"
2021-10-14 14:30:40 +00:00
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
2022-05-09 12:26:07 +00:00
PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_YES</option>
2021-10-14 14:30:40 +00:00
<option value="0">
2022-05-09 12:26:07 +00:00
PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_NO</option>
2021-10-14 14:30:40 +00:00
</field>
<!-- Admin_helper Field. Type: Editor. (joomla) -->
<field
type="editor"
name="admin_helper"
2022-05-09 12:26:07 +00:00
label="PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_ADMIN_HELPER_LABEL"
2021-10-14 14:30:40 +00:00
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_admin_helper:1"
/>
2021-12-16 09:22:04 +00:00
<!-- Power_admin_helper Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_admin_helper"
2022-05-09 12:26:07 +00:00
label="PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_POWER_ADMIN_HELPER_LABEL"
2021-12-16 09:22:04 +00:00
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_admin_helper:1"
button="true"
/>
2021-10-14 14:30:40 +00:00
<!-- Add_site_helper Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_site_helper"
2022-05-09 12:26:07 +00:00
label="PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_ADD_SITE_HELPER_LABEL"
2021-10-14 14:30:40 +00:00
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
2022-05-09 12:26:07 +00:00
PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_YES</option>
2021-10-14 14:30:40 +00:00
<option value="0">
2022-05-09 12:26:07 +00:00
PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_NO</option>
2021-10-14 14:30:40 +00:00
</field>
<!-- Site_helper Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_helper"
2022-05-09 12:26:07 +00:00
label="PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_SITE_HELPER_LABEL"
2021-10-14 14:30:40 +00:00
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_site_helper:1"
/>
2021-12-16 09:22:04 +00:00
<!-- Power_site_helper Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_site_helper"
2022-05-09 12:26:07 +00:00
label="PLG_CONTENT_COMPONENTBUILDERCOMPONENTHEADERSTABS_POWER_SITE_HELPER_LABEL"
2021-12-16 09:22:04 +00:00
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_site_helper:1"
button="true"
/>
2021-10-14 14:30:40 +00:00
</fields>
</fieldset>
</fields>
</form>