token

 [site:name]

[views:embed:av:av-block:1]

 

‘token_tree_link’,
// To get these options to work, use the patch from https://www.drupal.org/node/2289203 if you have Token 7.x-1.5 or earlier.
‘#token_types’ => array(‘node’), // The token types that have specific context. Can be multiple token types like ‘term’ and/or ‘user’
‘#global_types’ => TRUE, // A boolean TRUE or FALSE whether to include ‘global’ context tokens like [current-user:*] or [site:*]. Defaults to TRUE.
‘#click_insert’ => TRUE, // A boolean whether to include the ‘Click this token to insert in into the the focused textfield’ JavaScript functionality. Defaults to TRUE.
);
?>