feat: reworked the category editing

This commit is contained in:
2026-07-24 09:00:12 +02:00
parent d9085cf681
commit 7a3c5683e7
23 changed files with 471 additions and 193 deletions

View File

@@ -314,6 +314,8 @@ value CategoryMetaJson {
value CategorySettings {
renderInLists: Boolean
showTitle: Boolean
title: String?
titles: Map<String, String>
postTemplateSlug: String?
listTemplateSlug: String?
}