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

@ -31,11 +31,6 @@ struct LocalizedTagDetailView: View {
}
}
OptionalStringPropertyView(
title: "Subtitle",
text: $tag.subtitle,
footer: "The subtitle/tagline to use")
OptionalStringPropertyView(
title: "Preview Title",
text: $tag.linkPreviewTitle,
@ -49,7 +44,7 @@ struct LocalizedTagDetailView: View {
OptionalTextFieldPropertyView(
title: "Preview Description",
text: $tag.description,
text: $tag.linkPreviewDescription,
footer: "The description to show in previews of the page")
}
}