Imporved the Adding of Custom Config Fields, added some shields.io icons to the JCB readme

This commit is contained in:
2017-07-21 00:26:48 +01:00
parent e037d29935
commit f1a054c0e7
266 changed files with 866 additions and 431 deletions

View File

@@ -906,6 +906,24 @@
<option value="3">
COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_BOTH</option>
</field>
<!-- Type Field. Type: List. (joomla) -->
<field
type="list"
name="type"
label="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_TYPE_LABEL"
description="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_TYPE_DESCRIPTION"
class="list_class"
multiple="false"
required="false"
default="0">
<!-- Option Set. -->
<option value="0">
COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_DEFAULT</option>
<option value="1">
COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_SELECTION</option>
<option value="2">
COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_ONLY_FUNCTION</option>
</field>
</fieldset>
</fields>
</field>