-
Notifications
You must be signed in to change notification settings - Fork 8
/
readme.txt
69 lines (48 loc) · 2.11 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
67
68
69
=== Plugin Name ===
Contributors: edir
Tags: acf, advanced-custom-field, flexible-content
Requires at least: 4.5.2
Tested up to: 5.0.3
Stable tag: 1.2.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Make ACF Flexible Content editing the content of each layout using a Modal window.
== Description ==
Make ACF Flexible Content editing the content of each layout using a Modal window.
The button to collapse the layout's elements will be replaced to a Edit button, the fields will be opened inside a Modal window. This will let you order the list of layouts easily and to fill the fields separately.
== Installation ==
1. Upload the plugin files to the `/wp-content/plugins/acf-fc-modal` directory, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress
== Frequently Asked Questions ==
= How to name each flexible content layout? =
If you want to name each of the flexible content layout, you can use the ACF hook [acf/fields/flexible_content/layout_title](https://www.advancedcustomfields.com/resources/acf-fields-flexible_content-layout_title/).
== Screenshots ==
1. Free layouts list to order easily.
2. Modal window to fill the contents.
== Changelog ==
= 1.2.3 =
* Highlight layout field when modal is closed
* Open modal when layout field is clicked
= 1.2.2 =
* Fixed bug with cloned FC's.
= 1.2.1 =
* All Flexible Content fields can open in a modal, even nested fields.
* Fixed action to refresh layout_title hook.
* Pressing ESC makes the modal to close.
* Some CSS changes.
= 1.2 =
* Rebuild to support ACF 5.7 and organize the code.
* Adding a new layout now pops up the modal from that layout (ACF 5.7+).
= 1.1.5 =
* Added a feature to indicate which FC layout field have error messages.
= 1.1.4 =
* Fixed ACF Tooltips and Popups.
* Fixed modal overlay hiding some elements like editor dropdown.
= 1.1.2 =
* Nested FC bugfix.
* Edit button fix for ACF 5.5.
= 1.1 =
* Limit width of the modal window to do not create too large fields.
* All layouts starts collapsed when open the page to edit.
= 1.0 =
* First release