refactor: abstracting out bookmark info

This commit is contained in:
Nick 2025-07-07 20:20:01 -05:00
parent 77a31e9688
commit 532f798bd0
20 changed files with 87 additions and 119 deletions

View file

@ -56,6 +56,7 @@ let
subdomain = stringType;
label = stringType;
name = stringType;
short = stringType;
hostname = stringType;
tags = listType;
domains = genOptions stringType "url";