Add tags field

This commit is contained in:
Nathan McCarty 2025-02-06 19:48:36 -05:00
parent f6d73a1473
commit 14adc9fdf7

View file

@ -36,6 +36,8 @@ DateTime:D @.edited-at
= [];
#| An optional list of extra slugs to use for this post
has Str:D @.slugs is json = [];
#| An optional list of tags for this post
has Str:D @.tags is json = [];
#| Should the post be hidden from the main list
has Bool:D $.hidden is json is rw = False;