cancel
Showing results for 
Search instead for 
Did you mean: 

New Blox Border Snippet

kenterickson
8 - Cloud Apps
8 - Cloud Apps

I cannot figure out where in the editor to place the border snippet code to keep my blox widget from using the system defaulted corner radius.  No matter where I place it the corners of the widget remain rounded.

{
  "spaceAround": "none|small|medium|large",
  "cornerRadius": "none|small|medium|large",
  "borderColor": "",
  "shadow": "none|light|medium|dark"
}

 

1 ACCEPTED SOLUTION

kenterickson
8 - Cloud Apps
8 - Cloud Apps

I figured it out ...

Those items can be added to the editor section (with no curly braces), as attributes.

View solution in original post

2 REPLIES 2

kenterickson
8 - Cloud Apps
8 - Cloud Apps

I figured it out ...

Those items can be added to the editor section (with no curly braces), as attributes.

paola_ig
7 - Data Storage
7 - Data Storage

Can you please provide an example? I having a hard time, I tried:  

"border": [{
					"show": true,
					"color": { "solid": { "color": "#FF0003" } },
					"radius": 10
				}]