Skip to content

Commit 80bcd7b

Browse files
authored
Update LSP-28-TheGrid.md
1 parent 72cb785 commit 80bcd7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

LSPs/LSP-28-TheGrid.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ For construction of the VerifiableURI value see: [ERC725Y VerifiableURI Schema](
5151
- **gridColumns**: The number of columns the grid should have, we recommend the numbers from `2`-`4`.
5252
- **visibility**: Tells the user interface weather or not to show the grid to other users, or only to the grid owner. This IS NOT real private grid, as it is public on the blockchain and not encrypted.
5353
- **grid**: The content of the grid. Each item is a box in the grid with sizes and content properties.
54-
- **visibility**: The visibility type of the grid. Can be:
54+
- **visibility**: The user prefered visibility of the grid as reference for interfaces displaying the grid. MUST be:
5555

5656
- `public` - visible to everyone
57-
- `private` - visible to connected user
57+
- `private` - visible only to the user owning the grid
5858

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

0 commit comments

Comments
 (0)