Now with ability to set archive on datetime. Need to fix the timezone though.
This commit is contained in:
@@ -73,6 +73,8 @@ export interface Journal {
|
||||
|
||||
enable: null|boolean;
|
||||
hide?: null|boolean;
|
||||
archive?: null|boolean; // Archive the journal
|
||||
archive_on?: null|Date;
|
||||
priority?: null|boolean
|
||||
sort?: null|number;
|
||||
group?: null|string;
|
||||
|
||||
Reference in New Issue
Block a user