tangled
alpha
login
or
join now
moth11.net
/
88x31
0
fork
atom
tiny 88x31 lexicon for atproto
0
fork
atom
overview
issues
pulls
pipelines
trailing commas
moth11.net
1 month ago
d09427ba
40d3cc92
+4
-4
1 changed file
expand all
collapse all
unified
split
lexicons
store
88x31
button.json
+4
-4
lexicons/store/88x31/button.json
···
14
14
"blob": {
15
15
"type": "blob",
16
16
"accept": ["image/*"],
17
17
-
"maxSize": 1000000,
17
17
+
"maxSize": 1000000
18
18
},
19
19
"alt": {
20
20
"type": "string",
21
21
"maxLength": 3000,
22
22
"maxGraphemes": 300,
23
23
-
"description": "Alt text description of the button, for accessibility.",
23
23
+
"description": "Alt text description of the button, for accessibility."
24
24
},
25
25
"title": {
26
26
"type": "string",
27
27
"maxLength": 3000,
28
28
"maxGraphemes": 300,
29
29
-
"description": "Title text description of the button, for flavor.",
29
29
+
"description": "Title text description of the button, for flavor."
30
30
},
31
31
"href": {
32
32
"type": "string",
33
33
"maxLength": 3000,
34
34
"maxGraphemes": 300,
35
35
-
"description": "Hypertext reference (link) for the button.",
35
35
+
"description": "Hypertext reference (link) for the button."
36
36
},
37
37
"postedAt": {
38
38
"type": "string",