Description
Is your feature request related to a problem? Please describe.
Anytime you configure a files collection, a corresponding panel is added to the NetlifyCMS view of collections. As a consequence the Collections View of the CMS quickly become polluted of Collections not meant to be edited (e.g. Read Only) by the Editor and used as fields in other collections.
Describe the solution you'd like
Add a boolean hidden
property to collections as we already have the same hidden property for fields in such a way that the read-only collections do not pollute the editor view of the collections
Describe alternatives you've considered
I have no alternative solution at the moment
Additional context
When you are migrating a db based CMS to NetlifyCMS, it always happens that you need to make reference to what is known as lookup table in db parlance. Most of the time those lookup tables are readable only by the content editor (e.g. countries, states, cities, etc.). By making files collection (or folder collection as well) hidden-able, we reach a more clean view of collections for the editor.