UNPKG

cspace-ui-plugin-profile-anthro

Version:
35 lines (33 loc) 807 B
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', }, }, }, }, }, }, }; };