From 292faf213c2cb41d824fc9ae74cb4d7ae699973a Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 20 Dec 2021 10:52:21 +0100 Subject: [PATCH] [doc] engine-table: remove Display errors column (always true) --- docs/admin/engines/configured_engines.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/admin/engines/configured_engines.rst b/docs/admin/engines/configured_engines.rst index 6d5a23688..945a72b88 100644 --- a/docs/admin/engines/configured_engines.rst +++ b/docs/admin/engines/configured_engines.rst @@ -18,7 +18,7 @@ Explanation of the :ref:`general engine configuration` shown in the table :header-rows: 2 :stub-columns: 1 - * - :cspan:`6` Engines configured by default (in :ref:`settings.yml `) + * - :cspan:`5` Engines configured by default (in :ref:`settings.yml `) - - :cspan:`3` :ref:`Supported features ` @@ -28,7 +28,6 @@ Explanation of the :ref:`general engine configuration` shown in the table - Disabled - Timeout - Weight - - Display errors - Categories - Paging - Language @@ -44,7 +43,6 @@ Explanation of the :ref:`general engine configuration` shown in the table - {{(mod.disabled and "y") or ""}} - {{mod.timeout}} - {{mod.weight or 1 }} - - {{(mod.display_error_messages and "y") or ""}} - {{", ".join(mod.categories)}} - {{(mod.paging and "y") or ""}} - {{(mod.language_support and "y") or ""}}