public function setValue($value)
 {
     // Regenerate links prior to preview, so that the editor can see them.
     $value = Image::regenerate_html_links($value);
     return parent::setValue($value);
 }