N°3792 - Deprecate "buttons_position" config. param.

This commit is contained in:
Molkobain
2021-03-04 19:27:25 +01:00
parent 29bf4561e5
commit 71db321570
2 changed files with 4 additions and 34 deletions

View File

@@ -763,12 +763,12 @@ class Config
],
'buttons_position' => [
'type' => 'string',
'description' => 'Position of the forms buttons: bottom | top | both',
'description' => 'Deprecated since 3.0.0, buttons are now always on top of the form.',
// examples... not used
'default' => 'both',
'value' => 'both',
'source_of_value' => '',
'show_in_conf_sample' => true,
'show_in_conf_sample' => false,
],
'shortcut_actions' => [
'type' => 'string',