Skip to content

Commit

Permalink
DRYD-1610: Disable NAGPRA Procedures (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejritter authored Jan 10, 2025
1 parent 3ca6fda commit a4c2e07
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,30 @@ export default () => ({
className: styles.common,
prettyUrls: true,
tenantId: '5000',
// normally this is done in each recordType config but with so many it's a little cleaner here
recordTypes: {
consultation: {
disabled: true,
},
dutyofcare: {
disabled: true,
},
nagprainventory: {
disabled: true,
},
repatriationrequest: {
disabled: true,
},
summarydocumentation: {
disabled: true,
},
heldintrust: {
disabled: true,
},
restrictedmedia: {
disabled: true,
},
},
pluginInfo: {
cspaceUIPluginProfilePublicArt: {
messages: defineMessages({
Expand Down

0 comments on commit a4c2e07

Please sign in to comment.