This is a template you can use to report issues. You can also drag images, videos and include Preformatted text
Expected behavior
When clicking on any field in layout mode I should be able to see and select an edit widget for that field.
Actual behavior
The EDIT SETTINGS and DISPLAY SETTINGS sections are not showing in the UI for some (not all) fields. This is happening on the same fields in both the production environment and in my development environment.
For now I can’t reproduce your issue I’ll need more information. What type of field are you trying to edit? And why do you need to edit your uuid field type?
I have a custom function built into the attachments post/update routes that allows me to upload a file, creates a uuid for the filename, and then saves that value in this field. I need the ability to set the edit widget as a file picker.
This was working for me previously with other UUID fields, but since updating my schema, I notice that it’s now happening on other fields (highlight_preview, for example, previously allowed me to choose a file, but now it does not).