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.)

21 lines (19 loc) 587 B
export const digitallyShownBy = { name: 'digitallyShownBy', title: 'Digitale bilder', titleEN: 'Digital images', description: 'For objekt med flere bilder, blad, versjoner eller sider av objektet. Bruk "hovedrepresentasjon" til forhåndsvisning.', descriptionEN: 'For objects with multiple images of pages, versions or sides of the object. Use "main representation" for thumbnail.', fieldset: 'representation', type: 'array', of: [ { type: 'image' }, ], options: { hotspot: true, layout: 'grid', semanticSanity: { '@type': '@json' } } };