public function configureFields(string $pageName): iterable { return [ ... TextField::new('seriesfield')->setCustomOption('renderAsHtml', true), ]; }