1 Configuration
node.conf
// Enables the feature
$FEATURE["magic_part_value"]=true;
// When inserting a new tag in the live editor or Aloha,
// the current selection will automatically be inserted
// into any part of the tag having one of the keynames
// configured in the array
// default value: text
$MAGIC_PART_NAMES = array("text");