Magic Value

When this feature is enabled new tags will be able to automatically receive contents that have been selected before inserting the text.

Chapters

  1. Configuration

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");