Skip to content

[Feature] Add config support to CldVideoPlayer, CldUploadWidget. Add global environment variables for CNAME #207

@colbyfayock

Description

@colbyfayock

Feature Request

Is your feature request related to a problem? Please describe.

  • Config prop for CldUploadWidget
  • Config prop for CldVideoPlayer (i think this was done, but just confirming)
  • Add support for global environment variables for secureDistribution and privateCdn

Describe the solution you'd like

Like the CldImage prop, the CldUploadWidget and CldVideoPlayer should accept a config prop allowing for individual instance configuration.

The Upload Widget would allow configuration of Cloud Name and API key where the Video Player would allow Cloud Name, Secure Distribution, and Private CDN

They can all be typed as ConfigOptions which comes from the URL Loader package (similar to CldImage)

To allow configuring these at a global scale, we can add 2 environment variables, also allowing these to be enviornment dependent:

PUBLICPREFIX_CLOUDINARY_SECURE_DISTRIBUTION="spacejelly.dev"
PUBLICPREFIX_CLOUDINARY_PRIVATE_CDN=true

Here are the relevant code changes in the Next.js repo: cloudinary-community/next-cloudinary#466

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions