Browse Source

[doc] engine-table: remove Display errors column (always true)

Martin Fischer 3 years ago
parent
commit
292faf213c
1 changed files with 1 additions and 3 deletions
  1. 1 3
      docs/admin/engines/configured_engines.rst

+ 1 - 3
docs/admin/engines/configured_engines.rst

@@ -18,7 +18,7 @@ Explanation of the :ref:`general engine configuration` shown in the table
       :header-rows: 2
       :header-rows: 2
       :stub-columns: 1
       :stub-columns: 1
 
 
-      * - :cspan:`6` Engines configured by default (in :ref:`settings.yml <engine settings>`)
+      * - :cspan:`5` Engines configured by default (in :ref:`settings.yml <engine settings>`)
         -
         -
         - :cspan:`3` :ref:`Supported features <engine file>`
         - :cspan:`3` :ref:`Supported features <engine file>`
 
 
@@ -28,7 +28,6 @@ Explanation of the :ref:`general engine configuration` shown in the table
         - Disabled
         - Disabled
         - Timeout
         - Timeout
         - Weight
         - Weight
-        - Display errors
         - Categories
         - Categories
         - Paging
         - Paging
         - Language
         - Language
@@ -44,7 +43,6 @@ Explanation of the :ref:`general engine configuration` shown in the table
         - {{(mod.disabled and "y") or ""}}
         - {{(mod.disabled and "y") or ""}}
         - {{mod.timeout}}
         - {{mod.timeout}}
         - {{mod.weight or 1 }}
         - {{mod.weight or 1 }}
-        - {{(mod.display_error_messages and "y") or ""}}
         - {{", ".join(mod.categories)}}
         - {{", ".join(mod.categories)}}
         - {{(mod.paging and "y") or ""}}
         - {{(mod.paging and "y") or ""}}
         - {{(mod.language_support and "y") or ""}}
         - {{(mod.language_support and "y") or ""}}