Copy link to clipboard
Copied
My goal
I am not finding the settings for the file format options which are different depending on the file format. Additionally, if I set image/png, the file format dropdown still starts at JPG.
I do not want to give the user these options; I want this to be controlled in the code.
Current exportConfig:
const exportConfig = [
{
id: "save-modified-asset",
label: "Print ",
action: {
target: "publish",
publishFileType: "image/png",
outputType: "base64",
},
style: { uiType: "button" },
},
];
Have something to add?
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more