Refactor tag file, remove subtitle

This commit is contained in:
Christoph Hagen
2025-01-05 17:18:23 +01:00
parent 5ac5a7b000
commit 29bba5e76e
11 changed files with 85 additions and 78 deletions

View File

@ -24,14 +24,12 @@ struct LocalizedTagFile {
/// A custom name, different from the tag id
let name: String
let subtitle: String?
let description: String?
let linkPreviewTitle: String?
let linkPreviewDescription: String?
/// The image id of the thumbnail
let thumbnail: String?
let linkPreviewImage: String?
/// The original url in the previous site layout
let originalURL: String?