it is possible to hide some collections, for example here, media
hey @maverick_cr, you can hide collections using the
admin.hidden
property on your collection config:
export const Posts: CollectionConfig = {
slug: 'posts',
admin: {
hidden: true,
},
fields: [
...
],
};
Set to
true
or a function, called with the current user, returning
true
to exclude this collection from navigation and admin routing.
oh, thank you
Star
Discord
online
Get help straight from the Payload team with an Enterprise License.