Themes(postboxes): add 'points_in_time' input element, add 'collection_times' to posbox theme, fix #757

This commit is contained in:
Pieter Vander Vennet 2025-07-28 01:00:07 +02:00
parent 4c0a42d5b6
commit 602c51bcb9
15 changed files with 425 additions and 68 deletions

View file

@ -142,6 +142,12 @@ export class MiscTagRenderingChecks extends DesugaringStep<TagRenderingConfigJso
) {
continue
}
if (
json.freeform["type"] === "points_in_time" &&
txt.indexOf("{points_in_time(") >= 0
) {
continue
}
const keyFirstArg = ["canonical", "fediverse_link", "translated"]
if (
keyFirstArg.some(