MediaUpload, Settings: Add option to always convert to jpeg.
This commit is contained in:
parent
28a38d413d
commit
02c5ee9c49
5 changed files with 15 additions and 4 deletions
|
|
@ -194,7 +194,8 @@ export const defaultState = {
|
|||
useAbsoluteTimeFormat: undefined, // instance default
|
||||
absoluteTimeFormatMinAge: undefined, // instance default
|
||||
absoluteTime12h: undefined, // instance default
|
||||
imageCompression: true
|
||||
imageCompression: true,
|
||||
alwaysUseJpeg: false
|
||||
}
|
||||
|
||||
// caching the instance default properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue