Rune Botten
Rune Botten
### Description This PR adds a boolean property `__experimental_search_ignore` to the ObjectSchemaType for indicating that a type should be ignored in Studio search. This is added to give more control...
**Type of change (check at least one)** - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ]...
While using gatsby for live previews of drafts, import events is swamping gatsby and causing issues. Imports are probably triggering a lot of listener events. Maybe the updating should debounce...
``` * [some filters] { arrayField[] -> {...}, // works everywhere arrayField[] | order (field) -> {...}, // should work, but does not "arrayField": arrayField[] | order (field) -> {...},...
Thank you for this project! I have one request regarding the portable text handling in this project. The way it is currently handled is by rendering to html via `@portabletext/[email protected]`...
Adds `renderContainer` option which defaults to `true` and the current behaviour. If set to `false` we simply return the `innerHTML` of the normal rendering, thus avoiding the wrapping element. This...
Seeking to convert to typescript via minimal changes to code and build setup
In the mutator package, we scan for certain symbols, among them "true" and "false". If an attribute name is prefixed with a symbol value, the string scanning will eagerly interpret...
- [ ] Consider calling this sanity-studio-secrets or similar - [ ] Document the naming requirements on `namespace`, since we're using it in a document _id - [ ] Document...