-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
executable file
·40 lines (29 loc) · 1.12 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
=== Advanced Custom Fields: Single Line WYSIWYG Field ===
Contributors: Tyler Bruffy
Tags: acf, wysiwyg
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
An ACF field that creates a single line WYSIWYG field.
== Description ==
This is useful for things like headlines, where you may want to give authors the opportunity to italicize or bold text in the headline, but don't want to encourage adding a lot of content.
Currently, there are 5 styles that can be added to the field:
* Bold
* Italic
* Underline
* Links
* Strikethrough
You can control which of those elements are available in each field you create.
= Compatibility =
This ACF field type is compatible with:
* ACF 5
== Installation ==
1. Copy the `acf-single-line-wysiwyg` folder into your `wp-content/plugins` folder
2. Activate the Single Line WYSIWYG plugin via the plugins admin page
3. Create a new field via ACF and select the Single Line WYSIWYG type
4. Please refer to the description for more info regarding the field type settings
== Changelog ==
= 1.0.0 =
* Initial Release.