From 1c0e300368ded28fcc05adc324608612b49fd971 Mon Sep 17 00:00:00 2001 From: Skyler Calaman <54462713+Blckbrry-Pi@users.noreply.github.com> Date: Wed, 24 Apr 2024 12:37:19 -0400 Subject: [PATCH] feat(users): Update `users` config to use `UploadSize` from `uploads --- modules/uploads/module.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/uploads/module.yaml b/modules/uploads/module.yaml index d89ff2c4..572c028f 100644 --- a/modules/uploads/module.yaml +++ b/modules/uploads/module.yaml @@ -1,3 +1,14 @@ +name: Uploads +description: Upload & store files in an object store. +icon: file-arrow-up +tags: + - core + - utility +authors: + - rivet-gg + - Blckbrry-Pi + - NathanFlurry +status: stable scripts: prepare: name: Prepare Upload