Add image selector for decap (RSS)

This commit is contained in:
tyler :3 2024-05-08 02:05:59 +01:00
parent 1418489a00
commit 572fec1667

View File

@ -19,3 +19,4 @@ collections:
- { label: "Permalink", name: "permalink", widget: "string" } - { label: "Permalink", name: "permalink", widget: "string" }
- { label: "Description", name: "description", widget: "string" } - { label: "Description", name: "description", widget: "string" }
- { label: 'Body', name: 'body', widget: 'markdown' } - { label: 'Body', name: 'body', widget: 'markdown' }
- { label: "Image", name: "image", widget: "image" }