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 (29 loc) 937 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _ = require("../../../.."); var _object = require("../../../properties/object"); // Se https://link.springer.com/article/10.1007/s00799-016-0199-x for eksempel på modellering var _default = { name: 'Sampling', title: 'Prøvetaking', titleEN: 'Sampling', type: 'object', fieldsets: _.defaultFieldsets, fields: [_object.carriedOutBy, _object.timespan, _object.tookPlaceAt, _object.referredToBy, _object.usedGeneralTechnique, _object.usedSpecificTechnique, _object.usedObjectOfType, _object.usedSpecificObject], preview: { select: { date: 'productionDate' }, prepare(selection) { var date = selection.date; return { title: "Pr\xF8vetaking ".concat(date ? ", datert ".concat(date) : '') }; } } }; exports.default = _default; //# sourceMappingURL=Sampling.js.map