I know that there is:
- Node limit to limit users number of content types created
and
- Field permissions to restrict access to some specific fields inside content types
Now I want to find out if there is any way to limit number of values used/introduced inside a field type based on roles.
Example:
field_A => field type: select list => total number of values inside select list 20
I want
- Role A to be able to select only 3 values from select list
- Role B to be able to select only 10 values
- Role C to be able to select as many as he wants
I would appreciate answers that involves as few php as possible.
Thanks