For some reason, the title property (and other properties) are no longer available in the entity form. For the title property this is troublesome because the title would be required in the entity list to identify the entity itself, otherwise I could just create a title field, but that wouldn't show up in the list.
There are no errors or wanring anywhere, so I haven't found any more details yet.
Comments
Comment #1
fmizzell commentedIn 3.x, widgets are separate from behaviors. What this means is that you need to activate the widget (showing the property in the edit form) independently. To do this just go to the Field UI and set a widget option for the title property. We are working on allowing behaviors to set a default widget, which will solve this issue completely, but until then it can be done manually. Let me know if you need any further assistance
Comment #2
jurgenhaasThanks, you're right. I've overlooked that option in the Fields UI of the entities. Problem solved.