acf
This commit is contained in:
26
plugins/fields/acftruefalse/params/acftruefalse.xml
Normal file
26
plugins/fields/acftruefalse/params/acftruefalse.xml
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fields name="fieldparams">
|
||||
<fieldset name="fieldparams">
|
||||
<field name="default" type="list"
|
||||
label="ACF_TRUEFALSE_DEFAULT_CHOICE"
|
||||
description="ACF_TRUEFALSE_DEFAULT_CHOICE_DESC"
|
||||
class="chzn-color-state"
|
||||
default="">
|
||||
<option value=""></option>
|
||||
<option value="1">JTRUE</option>
|
||||
<option value="0">JFALSE</option>
|
||||
</field>
|
||||
<field name="true" type="text"
|
||||
label="ACF_TRUEFALSE_TRUE_TEXT"
|
||||
description="ACF_TRUEFALSE_TRUE_TEXT_DESC"
|
||||
hint="JTRUE"
|
||||
/>
|
||||
<field name="false" type="text"
|
||||
label="ACF_TRUEFALSE_FALSE_TEXT"
|
||||
description="ACF_TRUEFALSE_FALSE_TEXT_DESC"
|
||||
hint="JFALSE"
|
||||
/>
|
||||
</fieldset>
|
||||
</fields>
|
||||
</form>
|
||||
Reference in New Issue
Block a user