add image defaults

This commit is contained in:
tyler :3
2024-05-08 05:48:58 +01:00
parent ca5de0a438
commit d0a6f706f8
9 changed files with 9 additions and 1 deletions

View File

@@ -19,4 +19,4 @@ collections:
- { label: "Permalink", name: "permalink", widget: "string" }
- { label: "Description", name: "description", widget: "string" }
- { label: 'Body', name: 'body', widget: 'markdown' }
- { label: "Image", name: "image", widget: "image" }
- { label: "Image", name: "image", widget: "image", default: "/assets/uploads/lausse.jpeg" }