Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
This commit is contained in:
Max Schmidt 2023-05-19 07:26:24 +02:00
parent dc2da20ae9
commit d258042f5a

View File

@ -9,6 +9,8 @@ export const Media: CollectionConfig = {
admin: {},
access: {
read: (): boolean => true,
create: () => true,
update: () => true,
},
upload: {
staticURL: "/media",