forked from tangled.org/core
Monorepo for Tangled — https://tangled.org

lexicon: add pronouns field to actor profile

Changed files
+6
lexicons
actor
+6
lexicons/actor/profile.json
··· 55 55 "maxGraphemes": 40, 56 56 "maxLength": 400 57 57 }, 58 + "pronouns": { 59 + "type": "string", 60 + "description": "Free-form preferred pronouns text.", 61 + "maxGraphemes": 40, 62 + "maxLength": 400 63 + }, 58 64 "pinnedRepositories": { 59 65 "type": "array", 60 66 "description": "Any ATURI, it is up to appviews to validate these fields.",