mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-04-05 12:18:49 +02:00
Added new parents field with more options
This commit is contained in:
@@ -1361,8 +1361,8 @@ class AdminController extends AdminBaseController
|
||||
}
|
||||
|
||||
$this->admin->json_response = [
|
||||
'status' => 'error',
|
||||
'message' => $this->admin->translate('PLUGIN_ADMIN.NO_CHILD_TYPE')
|
||||
'status' => 'success',
|
||||
'child_type' => 'default'
|
||||
];
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user