hey
@482337150659198988, you can hide collections using the
admin.hiddenproperty on your collection config:
export const Posts: CollectionConfig = {
slug: 'posts',
admin: {
hidden: true,
},
fields: [
...
],
};Set to
trueor a function, called with the current user, returning
trueto exclude this collection from navigation and admin routing.
oh, thank you
Star
Discord
online
Get dedicated engineering support directly from the Payload team.