acf
This commit is contained in:
35
plugins/fields/acftwitter/params/acftwitter.xml
Normal file
35
plugins/fields/acftwitter/params/acftwitter.xml
Normal file
@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fields name="fieldparams">
|
||||
<fieldset name="fieldparams">
|
||||
<field name="widget_type" type="list"
|
||||
label="ACF_TWITTER_WIDGET"
|
||||
description="ACF_TWITTER_WIDGET_DESC"
|
||||
class="btn-group btn-group-yesno"
|
||||
default="follow">
|
||||
<option value="follow">ACF_TWITTER_FOLLOW</option>
|
||||
</field>
|
||||
<fields name="follow" showon="fieldparams.widget_type:follow">
|
||||
<field name="large_button" type="nrtoggle"
|
||||
label="ACF_TWITTER_LB"
|
||||
description="ACF_TWITTER_LB_DESC"
|
||||
showon="fieldparams.widget_type:follow"
|
||||
checked="true"
|
||||
/>
|
||||
<field name="show_username" type="nrtoggle"
|
||||
label="ACF_TWITTER_SU"
|
||||
description="ACF_TWITTER_SU_DESC"
|
||||
showon="fieldparams.widget_type:follow"
|
||||
checked="true"
|
||||
/>
|
||||
<field name="show_count" type="nrtoggle"
|
||||
label="ACF_TWITTER_SC"
|
||||
description="ACF_TWITTER_SC_DESC"
|
||||
showon="fieldparams.widget_type:follow"
|
||||
checked="true"
|
||||
/>
|
||||
</fields>
|
||||
</fieldset>
|
||||
</fields>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user