forked from AdvancedCustomFields/acf-field-type-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
33 lines (23 loc) · 878 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
=== Advanced Custom Fields: Flexible Link Field ===
Contributors: Jesse Janowiak
Tags: link, url, button, email, post
Requires at least: 3.5
Tested up to: 3.8.1
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Choose from a variety of link types
== Description ==
A single field object that allows user to choose from a variety of link types and returns an object with a URL and optional title.
= Compatibility =
This ACF field type is compatible with:
* ACF 5
* ACF 4
== Installation ==
1. Copy the `acf-flexible-link` folder into your `wp-content/plugins` folder
2. Activate the Flexible Link plugin via the plugins admin page
3. Create a new field via ACF and select the Flexible Link type
4. Please refer to the description for more info regarding the field type settings
== Changelog ==
= 1.0.0 =
* Initial Release.