From 8a11027c0078a3ac52095725473b16a3a3239d08 Mon Sep 17 00:00:00 2001 From: Dominik Zborowski Date: Mon, 20 Oct 2025 12:35:35 +0200 Subject: [PATCH] Add backgroundImage attribute to text widget --- LSPs/LSP-28-TheGrid.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LSPs/LSP-28-TheGrid.md b/LSPs/LSP-28-TheGrid.md index eac1e89b..024a2570 100644 --- a/LSPs/LSP-28-TheGrid.md +++ b/LSPs/LSP-28-TheGrid.md @@ -56,7 +56,7 @@ For construction of the VerifiableURI value see: [ERC725Y VerifiableURI Schema]( - `public` - visible to everyone - `private` - visible only to the user owning the grid - > 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. + > 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. ##### Grid element properties @@ -99,6 +99,7 @@ The linked JSON file SHOULD have the following format: "text": "My title", // OPTIONAL and MARKDOWN possible "textColor": "#000000", // OPTIONAL "backgroundColor": "#ffffff", // OPTIONAL + "backgroundImage": "https://myimage.jpg", // OPTIONAL "link": "https://mylink.com" // OPTIONAL click on the box, opens link } },