-
Notifications
You must be signed in to change notification settings - Fork 4
/
readme.txt
executable file
·66 lines (49 loc) · 1.22 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
=== Advanced Custom Fields: Background Field ===
Contributors: Parhum Khoshbakht
Tags: Advanced Custom Fields: Background
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
Background field include all background css attribute and compatible with Reyhoun SassWatcher plugin.
= Compatibility =
This ACF field type is compatible with:
* ACF 5
* ACF 4
* Reyhoun SassWatcher
== Installation ==
1. Copy the `acf-background` folder into your `wp-content/plugins` folder
2. Activate the Background plugin via the plugins admin page
3. Create a new field via ACF and select the Background type
4. Please refer to the description for more info regarding the field type settings
== Subfields ==
* Repeat
* Attachment
* Size
* Position
* Clip
* Origin
* Color Picker
* Upload Image
* External Image URL
== Changelog ==
= 1.6.0 =
* Add required check
= 1.4.0 =
* add: RGBA color
= 1.3.0 =
* add: text color
= 1.2.2 =
* Bug fix: send background image width as a value
= 1.2.1 =
* Bug fix: remove button
= 1.2.0 =
* Add: Style for display fields
= 1.1.1 =
* Bug fix Preview JS.
= 1.1.0 =
* Add default value.
* Bug fix Preview JS.
= 1.0.0 =
* Initial Release.