... | ... | @@ -8,7 +8,7 @@ When creating a field that provides several list of known options (i.e. status, |
|
|
Simple access (views, etc), option data available directly at the entity storage.\
|
|
|
**Cons**: Not reusable: Hard coded on entity definition at every form (or webform) it has. \
|
|
|
Static: Requires a drupal developer/admin to change the options list at field form properties.
|
|
|
2. **_Create a new entity reference_**\
|
|
|
2. **_Using a custom entity reference_**\
|
|
|
**Pros:** Native & dynamic, list of values can be updated at any time by any privileged user, without having to be a developer.\
|
|
|
Reusable on other fields & entities.\
|
|
|
Highly extensible.
|
... | ... | |