Skip to content

WebsitesDepot/redux-vendor-support

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Redux Vendor Support

This plugin (or extension) acts as a backup and/or replacement for the CDN based files for Select2 and ACE Editor used within Redux Framework.

Usage Instructions

First, set use_cdn => false in your config if you want this to be permamently 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. It is strongly suggested that you leave the Select2 folder, as so many different fields heavily use this code.

About

Plugin to supply vendor libraries, in place of CDN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%