@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.)
16 lines (15 loc) • 458 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.usedName = void 0;
var usedName = {
name: 'usedName',
title: 'Navn',
titleEN: 'Name',
description: 'Brukes dersom objektet er signert under annet navn enn aktørens fulle navn.',
descriptionEN: 'Used if the object is signed with another than the preferred name of the actor.',
type: 'Name'
};
exports.usedName = usedName;
//# sourceMappingURL=usedName.js.map