DEPRECATED: This plugin is no longer compatible with Redux 3.x, which has been sunset. The select2 library has been removed as it is now part of Redux 4.x.
This plugin (or extension) acts as a backup and/or replacement for the CDN-based files for ACE Editor used within Redux Framework.
First, set use_cdn => false
in your config if you want this to be permanently used, but if not it will only be used when the CDN fails.
Take this entire repo and load it as an extension. The CDN files will now be served locally.
Take the ~/vendor_support folder and load it as an extension for your version of Redux.
Redux::setExtensions( 'OPT_NAME', 'PATH_TO_vendor_support' );
If you wish to reduce the size of this plugin/extension, you may decide to remove folders within ~/vendor_support/vendor/
according to your needs.
- Added code to disallow loading of plugin if Redux v3 is running.
- Added code to disallow loading of plugin if Redux isn't running.
- Redux v4 compatibility.
- Update ACE Editor.
- Remove select2.