acf
This commit is contained in:
51
plugins/fields/acfsoundcloud/params/acfsoundcloud.xml
Normal file
51
plugins/fields/acfsoundcloud/params/acfsoundcloud.xml
Normal file
@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fields name="fieldparams">
|
||||
<fieldset name="fieldparams">
|
||||
<field name="width" type="text"
|
||||
label="ACF_SOUNDCLOUD_WIDTH"
|
||||
description="ACF_SOUNDCLOUD_WIDTH_DESC"
|
||||
default="100%"
|
||||
/>
|
||||
<field name="height" type="text"
|
||||
label="ACF_SOUNDCLOUD_HEIGHT"
|
||||
description="ACF_SOUNDCLOUD_HEIGHT_DESC"
|
||||
default="166"
|
||||
/>
|
||||
|
||||
<field name="autoplay" type="nrtoggle"
|
||||
label="ACF_SOUNDCLOUD_AUTOPLAY"
|
||||
description="ACF_SOUNDCLOUD_AUTOPLAY_DESC"
|
||||
/>
|
||||
<field name="hideRelated" type="nrtoggle"
|
||||
label="ACF_SOUNDCLOUD_HIDERELATED"
|
||||
description="ACF_SOUNDCLOUD_HIDERELATED_DESC"
|
||||
/>
|
||||
<field name="showComments" type="nrtoggle"
|
||||
label="ACF_SOUNDCLOUD_SHOWCOMMENTS"
|
||||
description="ACF_SOUNDCLOUD_SHOWCOMMENTS_DESC"
|
||||
checked="true"
|
||||
/>
|
||||
<field name="showUser" type="nrtoggle"
|
||||
label="ACF_SOUNDCLOUD_SHOWUSER"
|
||||
description="ACF_SOUNDCLOUD_SHOWUSER_DESC"
|
||||
checked="true"
|
||||
/>
|
||||
<field name="showReposts" type="nrtoggle"
|
||||
label="ACF_SOUNDCLOUD_SHOWREPOSTS"
|
||||
description="ACF_SOUNDCLOUD_SHOWREPOSTS_DESC"
|
||||
/>
|
||||
<field name="visual" type="nrtoggle"
|
||||
label="ACF_SOUNDCLOUD_VISUAL"
|
||||
description="ACF_SOUNDCLOUD_VISUAL_DESC"
|
||||
/>
|
||||
<field name="color" type="nrcolor"
|
||||
label="ACF_SOUNDCLOUD_COLOR"
|
||||
description="ACF_SOUNDCLOUD_COLOR_DESC"
|
||||
default="#00cc11"
|
||||
/>
|
||||
|
||||
|
||||
</fieldset>
|
||||
</fields>
|
||||
</form>
|
||||
Reference in New Issue
Block a user