4

I want to copy text from another html5editorfield to $Content a page publish. what i have is below:

public function onBeforeWrite()
{
    $searchableContent = $this->ContentBeforeSections();      
    $this->setField('Content', $searchableContent);
    parent::onBeforeWrite();
} 

not sure what to try, I also have "heyday/silverstripe-versioneddataobjects" addon. Any ideas are helpful

user9117670
  • 151
  • 1
  • 6

0 Answers0