Currently the library is hard-coded to the Cloudflare CDN. It's not possible to use a local version, or to choose which version is used from the CDN. On the admin page, we should have the option to pick between local or a CDN. If CDN is chosen, it should be possible to pick which version. cndjs.com has a full API with all that information we can use for that piece.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | mediaelement-config_library_source-3018913.patch | 18.38 KB | jnettik |
Comments
Comment #2
jnettikHere's a patch that reworks how config is stored so library settings are easier to work with. It also now allows for a local install of the library, or one that pulls from a CDN (with configurable library version).
Comment #3
jnettikComment #5
jnettik