From af9906211aee111836bcaccc401d2afbdb9482c0 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Sun, 02 Nov 2025 15:55:14 +0000
Subject: [PATCH] update weight field type

---
 exampleSite/tina/collections/menu.ts |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/exampleSite/tina/collections/menu.ts b/exampleSite/tina/collections/menu.ts
index 6c874fa..4e06815 100644
--- a/exampleSite/tina/collections/menu.ts
+++ b/exampleSite/tina/collections/menu.ts
@@ -11,9 +11,6 @@
       delete: false,
     }
   },
-  match: {
-    include: "*menu*",
-  },
   fields: [
     {
       type: "object",
@@ -37,7 +34,7 @@
           label: "URL"
         },
         {
-          type: "string",
+          type: "number",
           name: "weight",
           label: "Weight",
           description: "Controls ordering"

--
Gitblit v1.10.0