first commit
This commit is contained in:
19
plugins/fields/calendar/params/calendar.xml
Normal file
19
plugins/fields/calendar/params/calendar.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<form>
|
||||
<fields name="fieldparams">
|
||||
<fieldset name="fieldparams">
|
||||
<field
|
||||
name="showtime"
|
||||
type="radio"
|
||||
label="PLG_FIELDS_CALENDAR_PARAMS_SHOWTIME_LABEL"
|
||||
description="PLG_FIELDS_CALENDAR_PARAMS_SHOWTIME_DESC"
|
||||
layout="joomla.form.field.radio.switcher"
|
||||
default="0"
|
||||
filter="integer"
|
||||
>
|
||||
<option value="0">JNO</option>
|
||||
<option value="1">JYES</option>
|
||||
</field>
|
||||
</fieldset>
|
||||
</fields>
|
||||
</form>
|
||||
Reference in New Issue
Block a user