From 490a08cd71ae1e15d90a933a0eddae83a64d46a7 Mon Sep 17 00:00:00 2001 From: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com> Date: Fri, 19 Jun 2026 10:54:37 +0200 Subject: [PATCH] fix(devmanual): do not describe the config lexicon as new Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com> --- developer_manual/digging_deeper/config/lexicon.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/developer_manual/digging_deeper/config/lexicon.rst b/developer_manual/digging_deeper/config/lexicon.rst index 5193cd9d570..ffaf572d7cd 100644 --- a/developer_manual/digging_deeper/config/lexicon.rst +++ b/developer_manual/digging_deeper/config/lexicon.rst @@ -4,7 +4,7 @@ Lexicon .. versionadded:: 32 -Since v32, Nextcloud provides a way to centralize the definition of your app's configuration keys and values in a single place. +Nextcloud provides a way to centralize the definition of your app's configuration keys and values in a single place. .. _concept-overview: @@ -102,7 +102,7 @@ Each config key is defined in a object through those arguments: Preset ^^^^^^ -With 32, Nextcloud comes with a list of `preset` to ease the default user experience, based on the context of the instance. +Nextcloud comes with a list of `preset` to ease the default user experience, based on the context of the instance. The selection of a preset is optional and can be done right after the setup of Nextcloud, and any time in the future using this occ command: .. code-block:: bash