DateField::new('date') ->setFormat('d/MM/y') ->setSortable(true), 'title' => TextField::new('title')->setSortable(true), 'newsletter' => AssociationField::new('newsletter')->setSortable(true), 'image' => ImageManagerField::new('image'), 'position' => NumberField::new('position'), 'description' => CKEditorField::new('description'), 'isSent' => BooleanField::new('isSent')->setSortable(true), ]; } }