allowed_options
18 sites
Security covered
Allowed Options provides the ability to configure available options on the field widget level.
Let's say you have the following case:
1) There is a field of list (text) type with the following options: A, B, C.
2) You want to use the same field on multiple bundles but with different options available:
- A & B;
- B & C;
- A & C.
Usually, you have to create separate fields for each bundle or apply some custom solution.
This module allows doing that via admin UI and places your settings into Drupal configuration.