import { CreateRequest } from "@cloudinary/environment-config/models/components";
let value: CreateRequest = {
transformation: "w_100,h_150,c_fill,g_auto",
allowedForStrict: true,
};
Field |
Type |
Required |
Description |
Example |
transformation |
string |
✔️ |
A valid transformation string. |
w_100,h_150,c_fill,g_auto |
allowedForStrict |
boolean |
➖ |
Whether to allow this named transformation when strict transformations are enabled. Strict transformations prevent transformations from being dynamically applied to media assets.
|
true |