The advanced help topic nodes module uses this code to limit the form items:

  $help_element_types = array('checkbox','checkboxes','date','file','password','radio','radios','select','textarea','textfield');

Need to consider whether limiting the injection icons more strongly is a good thing.

Comments

robertdouglass’s picture

Status: Active » Fixed

Now limited to exclude this set:

array('button', 'image_button', 'submit', 'markup', 'token', 'hidden', 'form', 'value')

Status: Fixed » Closed (fixed)

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