From d56460c1dc2a0a4930e4cadd8d01e137bd1ba617 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Fri, 27 Aug 2021 21:41:19 +0200 Subject: [PATCH] Fix #17092 - Ref #1232 - Add back documentation for `$cfg['Servers'][$i]['designer_coords']` Pull-request: #1232 Fixes: #17092 Signed-off-by: William Desportes --- doc/config.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/config.rst b/doc/config.rst index fa68bc8b94..ea402618d9 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -863,6 +863,24 @@ Server connection settings .. seealso:: :ref:`faqpdf`. +.. _designer_coords: +.. config:option:: $cfg['Servers'][$i]['designer_coords'] + + :type: string + :default: ``''`` + + .. versionadded:: 2.10.0 + + Since release 2.10.0 a Designer interface is available; it permits to + visually manage the relations. + + .. deprecated:: 4.3.0 + + This setting was removed and the Designer table positioning data is now stored into :config:option:`$cfg['Servers'][$i]['table\_coords']`. + + .. note:: + You can now delete the table `pma__designer_coords` from your phpMyAdmin configuration storage database and remove :config:option:`$cfg['Servers'][$i]['designer\_coords']` from your configuration file. + .. _col_com: .. config:option:: $cfg['Servers'][$i]['column_info']