cockpit
cockpit copied to clipboard
Collection Fields with limited access still show field name in API
/api/collections/get/Pages
If 'title' has permissions, the data does not show (as expected), but the field name still shows. This could cause confusion for developers or code that uses the fields list to access the data.
{ "fields": { "title": { "name": "title", "type": "text", "localize": false, "options": { "slug": true } } } }