Skip to content

reduxframework/redux-vendor-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Redux Vendor Support

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.

Usage Instructions

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.

Installation as a Plugin

Take this entire repo and load it as an extension. The CDN files will now be served locally.

Installation as an Extension

Take the ~/vendor_support folder and load it as an extension for your version of Redux.

Redux::setExtensions( 'OPT_NAME', 'PATH_TO_vendor_support'  );

Reducing the Plugin/Extensions Size

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.

Changelog

1.1.1

  • Added code to disallow loading of plugin if Redux v3 is running.

1.1.0

  • Added code to disallow loading of plugin if Redux isn't running.

1.0.0

  • Redux v4 compatibility.
  • Update ACE Editor.
  • Remove select2.

About

Plugin to supply vendor libraries, in place of CDN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages