Created
October 16, 2020 06:35
-
-
Save ankitjoshi/08adfc63126e876faa67c9deb64c46cd to your computer and use it in GitHub Desktop.
Content Hub Custom Media Preset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"presets": [ | |
{ | |
"name": "Demo Preset", | |
"conversion":[ | |
{ | |
"type":"colorProfile", | |
"value":"sRGB" | |
}, | |
{ | |
"type":"fileExtension", | |
"value":"Png" | |
} | |
], | |
"isReadOnly": "true" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment