Custom page link texts, optional post title

This commit is contained in:
Christoph Hagen
2025-01-07 10:34:36 +01:00
parent 1f7167b076
commit 2a50773e2f
16 changed files with 98 additions and 48 deletions

View File

@ -7,6 +7,11 @@ struct LocalizedPostDetailView: View {
var body: some View {
VStack(alignment: .leading) {
OptionalStringPropertyView(
title: "Custom Page Link Text",
text: $post.pageLinkText,
footer: "The custom text to show for the link to the linked page")
OptionalStringPropertyView(
title: "Preview Title",
text: $post.linkPreviewTitle,