You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The underlaying URL gen library accepts a config property which allows people to set up things like custom cnames along with other more advanced configurations.
The CldImage component accepts a config property, but ideally, this is something that can be configurable at the module leve.
Describe the solution you'd like
A few options for how to handle this, but thinking along the lines of:
Currently cloudName is accepted as a top level prop, which i dont think makes sense to change, but we can pass along the cloud and url properties into the configuration options.
Is your feature request related to a problem? Please describe.
The underlaying URL gen library accepts a config property which allows people to set up things like custom cnames along with other more advanced configurations.
The CldImage component accepts a
config
property, but ideally, this is something that can be configurable at the module leve.Describe the solution you'd like
A few options for how to handle this, but thinking along the lines of:
https://github.com/cloudinary/js-url-gen/blob/master/src/config/interfaces/Config/ICloudinaryAssetConfigurations.ts
Currently
cloudName
is accepted as a top level prop, which i dont think makes sense to change, but we can pass along thecloud
andurl
properties into the configuration options.Describe alternatives you've considered
Felt having the top level config property was unnecessary
The text was updated successfully, but these errors were encountered: