README.txt 678 B

12345678910111213141516
  1. DESCRIPTION
  2. ===========
  3. Provides a field type that can reference arbitrary entities.
  4. SITE BUILDERS
  5. =============
  6. Note that when using a select widget, Entity reference loads all the
  7. entities in that list in order to get the entity's label. If there are
  8. too many loaded entities that site might reach its memory limit and crash
  9. (also known as WSOD). In such a case you are advised to change the widget
  10. to "autocomplete". If you get a WSOD when trying to edit the field
  11. settings, you can reach the widget settings directly by navigation to
  12. admin/structure/types/manage/[ENTITY-TYPE]/fields/[FIELD-NAME]/widget-type
  13. Replace ENTITY-TYPE and FIELD_NAME with the correct values.