Improved readability and accessibility for CSS-less mode
This commit is contained in:
parent
6dd8a92318
commit
d529b043c6
14 changed files with 166 additions and 94 deletions
|
|
@ -25,8 +25,8 @@ function parseRegex<R extends { [key: string]: string }>(regex: RegExp) {
|
|||
|
||||
/** Record of website links for a user.
|
||||
*
|
||||
* For each entry, you can enter a URL for the value or - for any key apart
|
||||
* from `website` - a pre-parsed object containing the link and username.
|
||||
* For each entry, you can enter a URL for the value, or a pre-parsed object
|
||||
* containing a link and a username (except for `website`).
|
||||
*/
|
||||
const websiteLinks = z.object({
|
||||
website: z.object({ link: z.string().url() }).or(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue