|
|
|
|
|
|
|
|
|
|
|
|
|
|
public function configureFields(string $pageName): iterable |
|
|
public function configureFields(string $pageName): iterable |
|
|
{ |
|
|
{ |
|
|
if ($this->isInstanceOf(SortableInterface::class)) { |
|
|
|
|
|
|
|
|
$seoPanel = $confPanel = array(); |
|
|
|
|
|
|
|
|
|
|
|
if ($this->isInstanceOf(SeoInterface::class)) { |
|
|
$seoPanel = [ |
|
|
$seoPanel = [ |
|
|
FormField::addPanel('seo')->setTemplateName('crud/field/generic'), |
|
|
FormField::addPanel('seo')->setTemplateName('crud/field/generic'), |
|
|
TextField::new('metaTitle')->setLabel('Meta Title')->setHelp( |
|
|
TextField::new('metaTitle')->setLabel('Meta Title')->setHelp( |