python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I turn a sanity io document field that is an array of objects to an array of strings
I have a recipes.js document that has a tag field:
{
name: 'tags',
title: 'Tags',
type: 'array',
of: [{ type: 'reference', to: { type: 'tags' } }],
options: {
...
André Jarboe II
Votes: 0
Answers: 1
Sanity CMS, using type "object" as reference
Is it not possible to use an object type as a reference in sanity? For example this is not working. When I go to the field nothing shows up. If I can't do this how can I access the indexPage objects t...

Taylor Austin
Votes: 0
Answers: 1
Sanity.io - Unknown field found: Encountered a field that is not defined in the schema
I'm trying to get external links working via Sanity studio, following the guide here https://www.sanity.io/guides/portable-text-internal-and-external-links.
When working locally I can see the option t...
Jacob Collins
Votes: 0
Answers: 1
Why can't i map this array of objects within an object
Hi guy's i've been working with next.js, redux and sanity.io. It's been awful... Lol
Anyways here's the code i'm stuck with
ServiceCards.js
import React from 'react';
import { useSelector } from 're...

Tjs90
Votes: 0
Answers: 2