#How can I hide collections in admin without access restrictions?
11 messages · Page 1 of 1 (latest)
I haven't tried it, but I think you can group the elements you want hidden, and then hide it using // hidden: true
https://payloadcms.com/docs/fields/group#config
but those are groups for fields - i want to hide the collection alltogether!
I don't think it's currently possible. But I'm pretty sure it's in the roadmap
I've seen this request come up quite a bit. I'm going to create a feature request 👍
Currently, not possible other than a hack to disable globally w/ css
Feature request created. https://github.com/payloadcms/payload/discussions/2357
@cursive jolt Feel free to add some detail in a comment here 👍
There should be a way to hide collections hide a collection from admin without having to change access control. The only way to hide something from admin is to disable read access, but this has wid...
I was just looking for this today!