public function replaceSection($section, Content $with, $sectionTitle = '')
 {
     // If we want to support sections, we also have to provide a way to substitute them,
     // for section based editing.
     return parent::replaceSection($section, $with, $sectionTitle);
 }