Closed (fixed)
Project:
Inline Entity Form
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2012 at 18:01 UTC
Updated:
8 Jul 2012 at 19:01 UTC
From the docs:
> * Returns an array of fields (which can be either Field API fields or
* properties provided through hook_field_extra_fields()) that should be
What about something like node type, which is neither?
Comments
Comment #1
joachim commentedHuh. This actually seems to work -- is this just by fortuitous accident, because the $node objects happen to have $node->type set?
Comment #2
bojanz commentedYeah, the extra_field business was stupid of me.
Committed a better version.
Will show the human readable version of the node type (and any other token or list property).