cspace-ui-plugin-profile-anthro
Version:
Anthropology profile plugin for the CollectionSpace UI
35 lines (33 loc) • 807 B
JavaScript
export 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',
},
},
},
},
},
},
};
};