Add tags field
This commit is contained in:
parent
f6d73a1473
commit
14adc9fdf7
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue