Firstly, many thanks for a fabulous module...
I am an entity newbie
I have some properties I would like to be rendered as fields in the add/edit form. I have found where you include the label property:
class EntityOperationsOperationEditGeneric
Do you have any intentions to...
* @todo: use Entity Metadata API to automatically add field elements so that
* properties such as entity title can be set.
?
Comments
Comment #1
joachim commentedThanks :) Always nice to hear it's proving useful.
I seem to remember that I looked into this a bit and came to the conclusion that it wouldn't be all that useful.
While Entity API's metadata does have information about entities properties and what type they are, that's not that helpful in determining what sort of form controls they should have. You'd end up with textfields for most things.