=== Advanced Custom Blocks ===
Contributors: lukecarbis, rheinardkorf, Stino11
Tags: Gutenberg, Blocks
Requires at least: 4.9
Tested up to: 4.9
Requires PHP: 5.7
Stable tag: trunk
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl

A WordPress Admin interface and a simple templating system for building custom Gutenberg blocks.

== Description ==
A WordPress Admin interface and a simple templating system for building custom Gutenberg blocks.

With the Gutenberg update, WordPress users will increasingly look for the development of custom blocks to meet their unique needs. Advanced Custom Blocks reduces the development burden of building custom blocks through a simple and familiar WordPress Admin interface and an easy to learn templating system.

###Features###

####A Familiar Experience####
Work within the WordPress admin with an interface you already know.

####Custom Fields####
Add from a growing list of available fields to your custom blocks.

####Simple Templating####
Let the plugin do the heavy lifting so you can use familiar WordPress development practices to build block templates.

####Developer Friendly Functions####
Simple to use functions, ready to render and work with the values stored through your custom block fields.

####There is more to come...####
The plugin is currently in beta and we welcome early users and testers. Your feedback will help us improve the plugin and make it better.

###Links###
* [Github](https://github.com/rheinardkorf/advanced-custom-blocks)
* [Documentation] (https://github.com/rheinardkorf/advanced-custom-blocks/docs)
* [Support](https://wordpress.org/support/plugin/advanced-custom-blocks)

== Installation ==
###From Within WordPress###
* Visit ‘Plugins > Add New’
* Search for ‘Advanced Custom Blocks’
* Activate Advanced Custom Blocks from your Plugins page.

###Manually###
* Upload the advanced-custom-blocks folder to the /wp-content/plugins/ directory
* Activate the Advanced Custom Blocks plugin through the ‘Plugins’ menu in WordPress

== Frequently Asked Questions ==
####Q: Do I need to write code to use this plugin?####
A: Although the plugin handles the majority of the work in building a custom block, you will need to build HTML templates to display the content of the block. You can learn how in the the developer documentation.
####Q: Should I rely on this plugin in production?####
A: This plugin is in beta so it will be updated regularly. If you use this in production, we recommend you watch for changes that may impact your implementation.
####Q: I have an idea for the plugin####
A: This plugin is open source and can only be better through community contribution. The GitHub repo is [here](https://github.com/rheinardkorf/advanced-custom-blocks).
####Q: Where can I find documentation for this plugin?####
A: [Here](https://github.com/rheinardkorf/advanced-custom-blocks/docs)

== Screenshots ==

1. Block builder
2. Template example
3. Custom block
4. Block form
5. Block preview

== Changelog ==
= 0.1 =
Release Date: August 3rd, 2018