=== Gutenberg Custom Fields === Contributors: youknowriad Requires at least: 4.8 Tested up to: 4.9 Stable tag: 0.2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: gutenberg == 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. = How can I contribute? = This plugin is being worked on in GitHub == Changelog == = 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.