first commit
This commit is contained in:
53
plugins/fields/radio/params/radio.xml
Normal file
53
plugins/fields/radio/params/radio.xml
Normal file
@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<form>
|
||||
<fields name="fieldparams">
|
||||
<fieldset name="fieldparams">
|
||||
<field
|
||||
name="options"
|
||||
type="subform"
|
||||
label="PLG_FIELDS_RADIO_PARAMS_OPTIONS_LABEL"
|
||||
layout="joomla.form.field.subform.repeatable-table"
|
||||
icon="list"
|
||||
multiple="true"
|
||||
>
|
||||
<form hidden="true" name="list_templates_modal" repeat="true">
|
||||
<field
|
||||
name="name"
|
||||
type="text"
|
||||
label="PLG_FIELDS_RADIO_PARAMS_OPTIONS_NAME_LABEL"
|
||||
required="true"
|
||||
/>
|
||||
|
||||
<field
|
||||
name="value"
|
||||
type="text"
|
||||
label="PLG_FIELDS_RADIO_PARAMS_OPTIONS_VALUE_LABEL"
|
||||
/>
|
||||
</form>
|
||||
</field>
|
||||
</fieldset>
|
||||
</fields>
|
||||
|
||||
<fields name="params">
|
||||
<fieldset name="basic">
|
||||
<field
|
||||
name="class"
|
||||
type="textarea"
|
||||
label="COM_FIELDS_FIELD_CLASS_LABEL"
|
||||
default="btn-group"
|
||||
validate="CssIdentifier"
|
||||
/>
|
||||
<fieldset name="formoptions">
|
||||
<field
|
||||
name="form_layout"
|
||||
type="list"
|
||||
label="COM_FIELDS_FIELD_FORM_LAYOUT_LABEL"
|
||||
class="form-select"
|
||||
>
|
||||
<option value="joomla.form.field.radio.buttons">PLG_FIELDS_RADIO_PARAMS_FORM_LAYOUT_BUTTONS</option>
|
||||
<option value="joomla.form.field.radio.switcher">PLG_FIELDS_RADIO_PARAMS_FORM_LAYOUT_SWITCHER</option>
|
||||
</field>
|
||||
</fieldset>
|
||||
</fieldset>
|
||||
</fields>
|
||||
</form>
|
||||
Reference in New Issue
Block a user