chore: cleanup of allium specs

This commit is contained in:
2026-04-23 11:04:21 +02:00
parent bb5e0e83e2
commit 871ed3192e
7 changed files with 66 additions and 10 deletions

View File

@@ -5,6 +5,12 @@
use "./project.allium" as project
enum PostStatus {
draft
published
archived
}
value Slug {
value: String
@@ -81,7 +87,7 @@ entity Post {
slug: Slug
excerpt: String?
content: String?
status: draft | published | archived
status: PostStatus
author: String?
language: String?
do_not_translate: Boolean