Track all types in git, sync to server on deploy
Some checks failed
Deploy to Server / deploy (push) Failing after 7s
Some checks failed
Deploy to Server / deploy (push) Failing after 7s
This commit is contained in:
21
types/img.json5
Normal file
21
types/img.json5
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
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",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user