From 416a17a8f5273ff6dfcb79fb14ae3028c1091cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elias=20H=C3=A4u=C3=9Fler?= Date: Thu, 5 Feb 2026 11:26:13 +0100 Subject: [PATCH] [TASK] Correct `view.pluginNamespace` name pattern `view.pluginNamespace` does not accept an array of values, but a single namespace (= string) instead. --- Documentation/TopLevelObjects/Plugin.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/TopLevelObjects/Plugin.rst b/Documentation/TopLevelObjects/Plugin.rst index b2f2052a2..8530b978e 100644 --- a/Documentation/TopLevelObjects/Plugin.rst +++ b/Documentation/TopLevelObjects/Plugin.rst @@ -192,7 +192,7 @@ plugins. plugin. If nothing is specified, the path :file:`EXT:my_extension/Resources/Private/Templates` is used. - .. confval:: view.pluginNamespace.[array] + .. confval:: view.pluginNamespace :name: plugin-view-pluginNamespace :type: :ref:`data-type-string` :Example: :ref:`Set template paths for Extbase plugin `