img upload
Showing
8 changed files
with
829 additions
and
59 deletions
This diff could not be displayed because it is too large.
-
Please register or sign in to post a comment
... | ... | @@ -7,8 +7,15 @@ |
}, | ||
"options": {}, | ||
"attributes": { | ||
"imageUrl": { | ||
"type": "string" | ||
"image": { | ||
"allowedTypes": [ | ||
"images", | ||
"files", | ||
"videos", | ||
"audios" | ||
], | ||
"type": "media", | ||
"multiple": false | ||
} | ||
} | ||
} |