Track types/page.json5 for demo schema references

Made-with: Cursor
This commit is contained in:
Peter Meier
2026-03-13 11:00:41 +01:00
parent 606455c59b
commit 00c38a2b39
2 changed files with 10 additions and 1 deletions

8
types/page.json5 Normal file
View File

@@ -0,0 +1,8 @@
{
name: "page",
description: "Simple page type for demo references.",
fields: {
title: { type: "string", required: true },
slug: { type: "string", required: true },
},
}