Generate tag overview, add file action
This commit is contained in:
@ -24,6 +24,12 @@ struct LocalizedPageDetailView: View {
|
||||
footer: "Prevent the date and title from being printed on the page")
|
||||
.disabled(isExternalPage)
|
||||
|
||||
if let url = page.originalUrl {
|
||||
GenericPropertyView(title: "Original URL") {
|
||||
Text(url)
|
||||
}
|
||||
}
|
||||
|
||||
OptionalStringPropertyView(
|
||||
title: "Preview Title",
|
||||
text: $page.linkPreviewTitle,
|
||||
|
Reference in New Issue
Block a user