This commit is contained in:
Zef Hemel
2023-11-11 14:28:46 +01:00
parent c92502b5c2
commit 51e3dd72e8
14 changed files with 99 additions and 39 deletions
+6
View File
@@ -65,6 +65,12 @@ export const builtins: Record<string, Record<string, string>> = {
page: "string",
pos: "number",
},
template: {
ref: "string",
page: "string",
pos: "number",
trigger: "string",
},
};
export async function loadBuiltinsIntoIndex() {