sectionStore = $sectionStore; } public function configureIndex(): array { return $this->addSectionToFieldArrayIfOutOfSection($this->section, parent::configureIndex()); } public function configureForm(): array { return array_merge(['section'], parent::configureForm()); } }