Docs and template sets work

This commit is contained in:
Zef Hemel
2023-12-22 16:40:38 +01:00
parent 3350c7f076
commit 0a7fc05fef
25 changed files with 99 additions and 54 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ export async function pageComplete(completeEvent: CompleteEvent) {
apply: isInTemplateContext
? pageMeta.name
: `${pageMeta.name}|${pageMeta.displayName}`,
detail: `displayName: ${pageMeta.name}`,
detail: `displayName for: ${pageMeta.name}`,
type: "page",
});
}
@@ -63,7 +63,7 @@ export async function pageComplete(completeEvent: CompleteEvent) {
apply: isInTemplateContext
? pageMeta.name
: `${pageMeta.name}|${alias}`,
detail: `alias: ${pageMeta.name}`,
detail: `alias to: ${pageMeta.name}`,
type: "page",
});
}