=== Plugin Name === Contributors: ptasker Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZFP4RL9XM2ZWW Tags: Advanced Custom Fields, ACF, Codemirror Requires at least: 3.0.1 Tested up to: 4.5.1 Stable tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Code field for Advanced Custom Fields (ACF) == Description == Code field for [Advanced Custom Fields](https://www.advancedcustomfields.com). Works with ACF versions 4 (free) and 5 (Pro). Based on the [Codemirror](https://codemirror.net/) javascript plugin. Plugin requires ACF free or pro to be installed to function. == Installation == 1. Upload the plugin files to the `/wp-content/plugins/acf-code-field` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. In the ACF custom fields manager, the option for the code field will be under the "Field Type" drop down under "Code Tools" == Frequently Asked Questions == = What version fo ACF does this work with? = Currently the plugin works with the free (v4) and PRO (v5) versions. = Does the plugin escape or sanitize any data? = It doesn't. Though Codemirror has several settings to escape data, the plugin doesn't implement them == Screenshots == 1. Settings page screenshot 2. Editor screenshot with the Monokai theme enabled. == Changelog == = 1.0 = * First deploy and commit to wordpress.org repository