From 811c7a094cbdfab06c10b478808ba928c86f8dc4 Mon Sep 17 00:00:00 2001 From: Matt Hillsdon Date: Tue, 26 Mar 2024 09:47:30 +0000 Subject: [PATCH] This is only used as an object. No harm but this avoids it appearing in the structure builder. --- src/schemas/pythonModuleItem.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/schemas/pythonModuleItem.ts b/src/schemas/pythonModuleItem.ts index f3202f5..e763c06 100644 --- a/src/schemas/pythonModuleItem.ts +++ b/src/schemas/pythonModuleItem.ts @@ -11,7 +11,7 @@ import AlternativeContentList from './AlternativeContentList' const pythonModuleItem = defineType({ title: 'Module item', name: 'pythonModuleItem', - type: 'document', + type: 'object', preview: { select: { api: 'pythonApiEntry',