Refactor tag file, remove subtitle
This commit is contained in:
@ -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")
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user