We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you find a security vulnerability, do NOT open an issue. Email [email protected] instead.
It's not working for me; maybe I'm missing something in the config?
I've added this to my sanity.config.ts:
import {cloudinarySchemaPlugin} from 'sanity-plugin-cloudinary'
And this to my sanityTypes.tsx for the document type I want to use ("Listings"):
CloudinaryImage: { type: "cloudinary.asset"; name: "image"; description: "This asset is served from Cloudinary"; }; CloudinaryImageList: { type: "array"; name: "cloudinaryList"; description: "This asset is served from Cloudinary"; of: [{ type: "cloudinary.asset" }]; };
But nothing shows in Sanity studio, i.e. those fields CloudinaryImage and CloudinaryImageList are not there.
Steps to reproduce the behavior:
Expected behavior
The fields should show
sanity versions @sanity/cli (global) 3.18.1 (latest: 3.23.4) @sanity/image-url 1.0.2 (up to date) @sanity/pkg-utils 3.3.5 (up to date) @sanity/plugin-kit 3.1.10 (up to date) @sanity/vision 3.19.0 (latest: 3.23.4) sanity 3.19.1 (latest: 3.23.4)
What operating system are you using?
Vercel
Which versions of Node.js / npm are you running?
Additional context
./.
Security issue?
no
The text was updated successfully, but these errors were encountered:
Same result after updating to latest versions:
sanity versions @sanity/cli (global) 3.23.4 (up to date) @sanity/image-url 1.0.2 (up to date) @sanity/pkg-utils 3.3.5 (up to date) @sanity/plugin-kit 3.1.10 (up to date) @sanity/vision 3.23.4 (up to date) sanity 3.23.4 (up to date)
Sorry, something went wrong.
No branches or pull requests
If you find a security vulnerability, do NOT open an issue. Email [email protected] instead.
It's not working for me; maybe I'm missing something in the config?
I've added this to my sanity.config.ts:
And this to my sanityTypes.tsx for the document type I want to use ("Listings"):
But nothing shows in Sanity studio, i.e. those fields CloudinaryImage and CloudinaryImageList are not there.
Steps to reproduce the behavior:
Expected behavior
The fields should show
sanity versions
@sanity/cli (global) 3.18.1 (latest: 3.23.4)
@sanity/image-url 1.0.2 (up to date)
@sanity/pkg-utils 3.3.5 (up to date)
@sanity/plugin-kit 3.1.10 (up to date)
@sanity/vision 3.19.0 (latest: 3.23.4)
sanity 3.19.1 (latest: 3.23.4)
What operating system are you using?
Vercel
Which versions of Node.js / npm are you running?
Vercel
Additional context
./.
Security issue?
no
The text was updated successfully, but these errors were encountered: