Forum Discussion

Pikachu-Power's avatar
Pikachu-Power
Impactful Individual
4 years ago
Solved

JSON for a rectangle background color

Hello,

 

i have here the follwing code for a textbox style:

 

{
 "name": "TextboxTemplate",
 "visualStyles": {
 "textbox": {
 "*": {
 "*": [{
 "fontSize": 40,
 "fontFamily": "Calibri",
 "wordWrap": true,
 "color": { "solid": { "color": "#FFFFFF"} }
 }],
 "background": [{
 "show": true,
 "color": { "solid": { "color": "#DDDDDD"}},
 "transparency": 0
 }],
 "visualHeader": [{
 "show": true
 }]
 }
 }
 }
 }

 

How can I modify it for an rectangle? For example just for the background color.

1 Reply