UNPKG

cspace-ui-plugin-profile-anthro

Version:
40 lines (39 loc) 923 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = configContext => { const { configKey: config } = configContext.configHelpers; return { assocConceptAuthGroupList: { assocConceptAuthGroup: { assocConcept: { [config]: { view: { props: { source: 'concept/activity,concept/associated,concept/material,concept/nomenclature,concept/occasion,concept/archculture' } } } } } }, assocChronologyAuthGroupList: { assocChronologyAuthGroup: { assocChronology: { [config]: { view: { props: { source: 'chronology/era,chronology/event,chronology/fieldcollection' } } } } } } }; }; exports.default = _default;