acf
This commit is contained in:
54
plugins/fields/acfurl/params/acfurl.xml
Normal file
54
plugins/fields/acfurl/params/acfurl.xml
Normal file
@ -0,0 +1,54 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<form>
|
||||
<fields name="fieldparams">
|
||||
<fieldset name="fieldparams">
|
||||
<field name="default_text" type="text"
|
||||
label="ACF_URL_DEFAULT_TEXT"
|
||||
description="ACF_URL_TEXT_DESC"
|
||||
hint="ACF_URL_TEXT"
|
||||
/>
|
||||
<field name="default_target" type="list"
|
||||
label="ACF_URL_DEFAULT_TARGET"
|
||||
description="ACF_URL_TARGET_DESC"
|
||||
default="same_tab">
|
||||
<option value="same_tab">ACF_URL_TARGET_SAME_TAB</option>
|
||||
<option value="new_tab">ACF_URL_TARGET_NEW_TAB</option>
|
||||
<option value="popup">ACF_URL_TARGET_POPUP</option>
|
||||
</field>
|
||||
|
||||
<field name="url_class" type="text"
|
||||
label="ACF_URL_CLASS"
|
||||
description="ACF_URL_CLASS_DESC"
|
||||
/>
|
||||
|
||||
<field name="noopener" type="nrtoggle"
|
||||
label="ACF_URL_NOOPENER"
|
||||
description="ACF_URL_NOOPENER_DESC"
|
||||
checked="true"
|
||||
/>
|
||||
|
||||
<field name="nofollow" type="nrtoggle"
|
||||
label="ACF_URL_NOFOLLOW"
|
||||
description="ACF_URL_NOFOLLOW_DESC"
|
||||
/>
|
||||
<field name="noreferrer" type="nrtoggle"
|
||||
label="ACF_URL_NOREFERRER"
|
||||
description="ACF_URL_NOREFERRER_DESC"
|
||||
/>
|
||||
<field name="treat_as_download_link" type="nrtoggle"
|
||||
label="ACF_URL_DL_LINK"
|
||||
description="ACF_URL_DL_LINK_DESC"
|
||||
/>
|
||||
<field name="onclick" type="textarea"
|
||||
label="ACF_URL_ONCLICK"
|
||||
description="ACF_URL_ONCLICK_DESC"
|
||||
class="input-xxlarge"
|
||||
rows="5"
|
||||
hint="ACF_URL_ONCLICK_DESC"
|
||||
/>
|
||||
|
||||
|
||||
</fieldset>
|
||||
</fields>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user