mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 07:06:30 +02:00
Blueprints change
This commit is contained in:
12
admin.php
12
admin.php
@@ -521,22 +521,22 @@ class AdminPlugin extends Plugin
|
||||
{
|
||||
return [
|
||||
'column' => [
|
||||
'form_field' => false
|
||||
'input@' => false
|
||||
],
|
||||
'columns' => [
|
||||
'form_field' => false
|
||||
'input@' => false
|
||||
],
|
||||
'fieldset' => [
|
||||
'form_field' => false
|
||||
'input@' => false
|
||||
],
|
||||
'section' => [
|
||||
'form_field' => false
|
||||
'input@' => false
|
||||
],
|
||||
'tab' => [
|
||||
'form_field' => false
|
||||
'input@' => false
|
||||
],
|
||||
'tabs' => [
|
||||
'form_field' => false
|
||||
'input@' => false
|
||||
]
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user