{ name: "img", description: "Image asset with URL and optional description (alt text)", tags: [ "asset", "media" ], category: "components", fields: { description: { type: "string", description: "Alt text / description", }, src: { type: "string", required: true, description: "Image URL", widget: "imageUrl", }, }, }