Hi,
+ downloaded the latest dev.
+ created a new "test" entity with all default properties
When trying to add a content via "admin/structure/entity-type/test/test/add" the form only shows the Save button.
+ created custom properties and custom behaviors
None of them are showing up in the entity add form. However, attaching fields to bundles works(fields are visible in the form).
On 2.0-rc2 the downsize is that you have to hack the code to be able to extend the schema, but there the properties show up in the entity add form.
Mihai
Comments
Comment #1
fmizzell commentedin 2.x, the only properties that came with a widget automatically were the title and language properties. In 3.x widgets are defined independently of behaviors, so if you want to see any of the properties you should go to the Field UI screen and set up widgets for your properties. There is a task in the queue to allow behaviors to activate a default widget automatically, but until then you can just simply set up the widgets from the Field UI for any of your properties.
Comment #2
fmizzell commented