It would useful if tokens could be inserted into the description field of fieldgroup items. Vertical tabs etc

Comments

jelle_s’s picture

Issue summary: View changes

You can implement hook_form_alter and set #token_insert to TRUE on the element for which you want to enable token_insert:

$element['#token_insert'] = TRUE;

jelle_s’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.