Skip to content

Commit 8a11027

Browse files
committed
Add backgroundImage attribute to text widget
1 parent b5401f5 commit 8a11027

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

LSPs/LSP-28-TheGrid.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ For construction of the VerifiableURI value see: [ERC725Y VerifiableURI Schema](
5656
- `public` - visible to everyone
5757
- `private` - visible only to the user owning the grid
5858

59-
> Note that on-chain data can by viewed by everyone so the `visibility` property doesn't enforce privacy. Interfaces should let their users know that this data is not fully private.
59+
> Note that on-chain data can by viewed by everyone so the `visibility` property doesn't enforce privacy. Interfaces should let their users know that this data is not fully private.
6060
6161
##### Grid element properties
6262

@@ -99,6 +99,7 @@ The linked JSON file SHOULD have the following format:
9999
"text": "My title", // OPTIONAL and MARKDOWN possible
100100
"textColor": "#000000", // OPTIONAL
101101
"backgroundColor": "#ffffff", // OPTIONAL
102+
"backgroundImage": "https://myimage.jpg", // OPTIONAL
102103
"link": "https://mylink.com" // OPTIONAL click on the box, opens link
103104
}
104105
},

0 commit comments

Comments
 (0)