Default config
{
"${DBKS:ICP_PROVIDER}": {
"type": "imengine",
"endpoint": "${DBKS:IMENGINE_EDITORIAL_URL}",
"functions": {
"default": {
"template": "uuid=[identifier]&type=[type:preview]&function=hardcrop&width=[width]&height=[height]&q=80"
},
"crop": {
"template": "uuid=[identifier]&type=[type:preview]&function=thumbnail&width=[width]&height=[height]&q=80"
},
"noCrop": {
"template": "uuid=[identifier]&type=[type:preview]&function=cover&width=[width]&height=[height]&q=80"
},
"fullSize": {
"template": "uuid=[identifier]&type=[type:primary]&function=original&q=80"
}
}
}
}
Last updated