-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathreadme.txt
67 lines (49 loc) · 1.95 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
=== Gutenberg Custom Fields ===
Contributors: youknowriad
Requires at least: 4.8
Tested up to: 4.9
Stable tag: 1.4.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: gutenberg
Requires PHP: 5.2.4
Gutenberg Custom Fields allows you to control the content of the Gutenberg edit screen by creating pre-filled templates.
== Description ==
Gutenberg Custom Fields allows you to control the content of the Gutenberg edit screen by creating pre-filled templates.
Navigate to the "GCF" admin page, create a new template, select a post type and add fields as you wish.
The Gutenberg Editor will be pre-filled with the corresponding post type's template.
= Features =
- Customize the title, the name of the post_meta key and the type of the field.
- Several fields types available: Text, Textarea, Image, Number, Email and more to come.
- Based on Gutenberg Native Extensibility APIs (blocks and templates).
- Templates Lock level.
- Create custom field types
- Add a Free HTML Area
= How can I contribute? =
This plugin is being worked on in <a href="https://github.com/youknowriad/gcf">GitHub</a>
== Changelog ==
= 1.4.0 =
* Internationalize the plugin
= 1.3.0 =
* Allow creating third-party GCF field types
* Add a Free HTML content area field saved to post content.
* Add a composer.json to allow using the repository from wpackagist.
* Use WordPress packages and last Gutenberg components.
= 1.2.0 =
* Add Date, DateTime and Time field types.
* Disable the HTML mode for all the Custom Fields Blocks.
= 1.1.0 =
* Fix Image Field Type per Gutenberg 2.1 update.
* Adding a button to remove templates.
= 1.0.0 =
* Tweak the UI and the Flow to create templates.
= 0.2.1 =
* Fix script loading order.
= 0.2.0 =
* Adding introduction to the GCF admin page.
* Use Redux for state management, fixes refreshing issues.
* Exclude hidden and attachment post types.
* Support template locks.
* Small UI polish.
= 0.1.0 =
* First release of the plugin.