for multiple text field without format we need text token type

--- www/cms/sites/all/modules/entity/entity_token.tokens.inc	(revision 1365)
+++ www/cms/sites/all/modules/entity/entity_token.tokens.inc	(revision )
@@ -45,6 +45,7 @@
     $types['site'] = 'site';
     // Add a 'struct' type.
     $types['struct'] = 'struct';
+    $types['text'] = 'text';
   }
 
   if (isset($type)) {
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Berdir’s picture

Version: 7.x-1.5 » 7.x-1.x-dev
Status: Active » Needs review
FileSize
378 bytes

Adding that as an actual patch.