UNPKG

@seidhr/sanity-plugin-muna-schemas

Version:

Muna or ᛗᚢᚾᚨ means remember in norse. Muna is a schema for the Sanity Studio that enables detailed descriptions of cultural heritage objects and knowledge about their contexts as well as pages about them (or anything else really.)

35 lines (32 loc) 884 B
import React from 'react'; import { BsFillQuestionCircleFill } from 'react-icons/bs'; import { Link } from 'part:@sanity/base/router'; export const measuredBy = { name: 'measurement', title: 'Måling', titleEN: 'Measured by', description: ( <span> <strong>Eksperimentel:</strong> Måling av objektet.{' '} <Link target="blank" href={'https://muna.xyz/docs/model/properties#measurement'}> <BsFillQuestionCircleFill /> </Link> </span> ), descriptionEN: ( <span> <strong>Experimental:</strong> Measurment of the object.{' '} <Link target="blank" href={'https://muna.xyz/docs/model/properties#measurement'}> <BsFillQuestionCircleFill /> </Link> </span> ), type: 'array', of: [{ type: 'Measurement' }], options: { semanticSanity: { '@container': '@set', '@type': '@id' } }, };