cloudinary-community / photocrate

Photo library and interactive editor built with Next.js & Cloudinary
https://www.photobox.dev/
MIT License
130 stars 15 forks source link

Default tag values with ability to configure #8

Closed colbyfayock closed 6 months ago

colbyfayock commented 7 months ago
NEXT_PUBLIC_CLOUDINARY_ASSETS_FOLDER="photobox"
NEXT_PUBLIC_CLOUDINARY_ASSETS_TAG="photobox"
NEXT_PUBLIC_CLOUDINARY_LIBRARY_TAG="photobox-library"
NEXT_PUBLIC_CLOUDINARY_CREATION_TAG="photobox-creation"
NEXT_PUBLIC_CLOUDINARY_FAVORITES_TAG="photobox-favorite"
NEXT_PUBLIC_CLOUDINARY_TRASH_TAG="photobox-trash"
colbyfayock commented 6 months ago

created themeConfig allowing for customization of tags and other features