Allow Editing and Programmatic Access to Fields with visible: false in Content Manager
Matti Svensson
Currently, when a custom field is added to a content type with visible: false, the field is hidden from the Content Manager UI and cannot be edited or updated through the admin panel. This also prevents updating the field using the onChange function inside a custom widget or Edit View panel. As a result, it is not possible to programmatically set or update the value of such fields from the admin interface, even though they exist in the schema.
It would be very helpful to have the ability to interact with and update these hidden fields programmatically (e.g., via custom widgets or panels), even when they are not visible in the default Content Manager UI. This would enable more advanced use cases and custom workflows.
