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

@@ -4,12 +4,17 @@
-- Distilled from: src/main/engine/TemplateEngine.ts, PageRenderer.ts, schema.ts,
-- bundled starter templates in src/main/engine/templates/
enum TemplateStatus {
draft
published
}
entity Template {
slug: String
title: String
kind: post | list | not_found | partial
enabled: Boolean
status: draft | published
status: TemplateStatus
content: String?
version: Integer
file_path: String