浏览代码

correctif configurefields

feature/ticket
Charly 3 年前
父节点
当前提交
f3d0b821c2
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      Controller/Admin/AbstractCrudController.php

+ 3
- 1
Controller/Admin/AbstractCrudController.php 查看文件

@@ -268,7 +268,9 @@ abstract class AbstractCrudController extends EaAbstractCrudController

public function configureFields(string $pageName): iterable
{
if ($this->isInstanceOf(SortableInterface::class)) {
$seoPanel = $confPanel = array();

if ($this->isInstanceOf(SeoInterface::class)) {
$seoPanel = [
FormField::addPanel('seo')->setTemplateName('crud/field/generic'),
TextField::new('metaTitle')->setLabel('Meta Title')->setHelp(

正在加载...
取消
保存