Series commands
This commit is contained in:
parent
0571a16dab
commit
d170a2fccf
3 changed files with 118 additions and 2 deletions
|
@ -12,4 +12,4 @@ has Str:D $.title is required;
|
|||
has Str:D $.desc is required;
|
||||
|
||||
#| The ids of the posts in the series, in series order
|
||||
has Int:D @.post-ids = [];
|
||||
has Int:D @.post-ids is rw = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue