alpha
Login
or
Join now
jeremy.herve.bzh
/
standard.site
forked from
standard.site/standard.site
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Standard.site landing page built in Next.js
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Fix maxLength / Graphemes
author
Brooke
date
4 months ago
(Feb 3, 2026, 11:43 PM -0800)
commit
7c7e298d
7c7e298d53d876bb67fcdaa51db4c61440d59d4c
parent
f5582344
f5582344636cd670d2790ec4827804dc35919ee8
+12
-12
2 changed files
Expand all
Collapse all
Unified
Split
app
data
lexicons
document.json
publication.json
+8
-8
app/data/lexicons/document.json
Reviewed
···
24
24
"tags": {
25
25
"type": "array",
26
26
"items": {
27
27
-
"type": "string",
28
28
-
"maxLength": 100,
29
29
-
"maxGraphemes": 50
27
27
+
"type": "string"
30
28
},
31
31
-
"description": "Array of strings used to tag or categorize the document. Avoid prepending tags with hashtags."
29
29
+
"maxLength": 1280,
30
30
+
"description": "Array of strings used to tag or categorize the document. Avoid prepending tags with hashtags.",
31
31
+
"maxGraphemes": 128
32
32
},
33
33
"title": {
34
34
"type": "string",
35
35
-
"maxLength": 1280,
35
35
+
"maxLength": 5000,
36
36
"description": "Title of the document.",
37
37
-
"maxGraphemes": 128
37
37
+
"maxGraphemes": 500
38
38
},
39
39
"content": {
40
40
"refs": [],
···
62
62
},
63
63
"description": {
64
64
"type": "string",
65
65
-
"maxLength": 3000,
65
65
+
"maxLength": 30000,
66
66
"description": "A brief description or excerpt from the document.",
67
67
-
"maxGraphemes": 300
67
67
+
"maxGraphemes": 3000
68
68
},
69
69
"publishedAt": {
70
70
"type": "string",
+4
-4
app/data/lexicons/publication.json
Reviewed
···
26
26
},
27
27
"name": {
28
28
"type": "string",
29
29
-
"maxLength": 1280,
29
29
+
"maxLength": 5000,
30
30
"description": "Name of the publication.",
31
31
-
"maxGraphemes": 128
31
31
+
"maxGraphemes": 500
32
32
},
33
33
"basicTheme": {
34
34
"ref": "site.standard.theme.basic",
···
37
37
},
38
38
"description": {
39
39
"type": "string",
40
40
-
"maxLength": 3000,
40
40
+
"maxLength": 30000,
41
41
"description": "Brief description of the publication.",
42
42
-
"maxGraphemes": 300
42
42
+
"maxGraphemes": 3000
43
43
},
44
44
"preferences": {
45
45
"ref": "#preferences",