-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
Hidden: true is not working on saneShopifyConfig #174
Comments
Facing the same issue. However this is appearing not only on Windows, but production as well. @good-idea do you happen to know if this is only a recent problem or is the hidden feature limited to certain fields by design? |
@agonsgd @synim-sogody , odd, I'm not able to reproduce this. I have configs that look like this: // ./schemas/saneShopify/product.js
export const product = {
fields: [
{
name: 'sourceData',
hidden: true,
},
{
name: 'collections',
hidden: true,
},
{
title: 'Related',
type: 'array',
name: 'related',
description: 'Link to a Page, Product, Collection, or URL',
of: [
{
type: 'pageLink',
options: {
collections: false,
},
},
],
},
],
}
Could you share your full config for the product/collection schemas and how you're adding them to |
@allcontributors please add @synim-sogody for bug |
I've put up a pull request to add @synim-sogody! 🎉 |
@allcontributors please add @agonsgd for bug |
I've put up a pull request to add @agonsgd! 🎉 |
Then I am using the default code for concat schemas:
Thank you. |
Hello, I am using the following code to hide some information that I don't need to be shown on Sanity studio
But it does not work at all as those are still visible on the studio.
I am on version 0.22.0 and using WINDOWS 10
Thank you.
The text was updated successfully, but these errors were encountered: