Skip to content

Commit 8f30bbf

Browse files
committed
and another
1 parent d695a1b commit 8f30bbf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lexicons/sh/weaver/actor/defs.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@
123123
"type": "array",
124124
"items": {
125125
"type": "string",
126-
"maxLength": "50",
126+
"maxLength": 500,
127+
"maxGraphemes": 50,
127128
"knownValues": [
128129
"she/her",
129130
"he/him",
@@ -135,7 +136,8 @@
135136
"they/she",
136137
"any/all"
137138
]
138-
}
139+
},
140+
"maxLength": 5
139141
},
140142
"pinnedList": {
141143
"type": "array",

0 commit comments

Comments
 (0)