Create page from post

This commit is contained in:
Christoph Hagen
2025-01-18 12:02:06 +01:00
parent 1d4b3c266c
commit 51eff690d2
7 changed files with 88 additions and 24 deletions

View File

@ -93,7 +93,7 @@ struct PageDetailView: View {
OptionalDatePropertyView(
title: "End date",
isEnabled: $page.hasEndDate,
date: $page.endDate,
date: $page.potentialEndDate,
footer: "The date when the page content ended")
.disabled(page.isExternalUrl)