Copy link to clipboard
Copied
In another forum post I found the the way to change the background color of the main canvas by adding "backgroundColor" to the View config:
document.addEventListener("adobe_dc_view_sdk.ready", function(){
var adobeDCView = new AdobeDC.View({
clientId: "<YOUR_CLIENT_ID>",
divId: "adobe-dc-view",
backgroundColor: "<HASH_CODE_FOR_COLOR>"
});
I also want to change the color of the title bar. Is that possible?
Or even better: Is there any documentation / full list of possible attributes that can be used in the View-config?
Copy link to clipboard
Copied
I do not believe so - and that's for both your questions. I'm filing an internal report about getting proper SDK docs for Embed.