We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ac9c5 commit 1e02b4dCopy full SHA for 1e02b4d
src/Resources/PageResource.php
@@ -173,11 +173,6 @@ protected static function getAdvancedTabFields(): array
173
$gridFields[] = AuthorField::create();
174
}
175
176
- if ($config->isParentEnabled($modelClass)) {
177
- $gridFields[] = ParentField::create()
178
- ->searchable(['title', 'code', 'slug', 'intro']);
179
- }
180
-
181
if ($config->isUndeletableEnabled($modelClass)) {
182
$gridFields[] = UndeletableToggle::create();
183
0 commit comments