Projet

Général

Profil

Paste
Télécharger (678 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / entityreference / README.txt @ 87dbc3bf

1
DESCRIPTION
2
===========
3
Provides a field type that can reference arbitrary entities.
4

    
5
SITE BUILDERS
6
=============
7
Note that when using a select widget, Entity reference loads all the
8
entities in that list in order to get the entity's label. If there are
9
too many loaded entities that site might reach its memory limit and crash
10
(also known as WSOD). In such a case you are advised to change the widget
11
to "autocomplete". If you get a WSOD when trying to edit the field
12
settings, you can reach the widget settings directly by navigation to
13

    
14
  admin/structure/types/manage/[ENTITY-TYPE]/fields/[FIELD-NAME]/widget-type
15

    
16
Replace ENTITY-TYPE and FIELD_NAME with the correct values.