From 0ce1089bc1aa2b7819cd87a8b61698bd27a1ebed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Thu, 7 May 2026 14:53:06 +0200 Subject: [PATCH] feat: Document support admin delegation settings in info.xml added in 33 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat: Document support admin delegation settings in info.xml added in 33 Signed-off-by: Côme Chilliet [skip ci] --- developer_manual/app_development/info.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/developer_manual/app_development/info.rst b/developer_manual/app_development/info.rst index 9f098029cac..8575d50517e 100644 --- a/developer_manual/app_development/info.rst +++ b/developer_manual/app_development/info.rst @@ -333,10 +333,22 @@ activity/providers/provider * must contain a php class which implements OCP\Activity\IProvider and is used to react to events from the activity app settings/admin * optional - * must contain a php class which implements OCP\Settings\ISettings and returns the form to render for the global settings area + * must contain a php class which implements OCP\Settings\ISettings and returns the form to render for the admin settings area settings/admin-section * optional - * must contain a php class which implements OCP\Settings\ISection and returns data to render navigation entries in the global settings area + * must contain a php class which implements OCP\Settings\ISection and returns data to render navigation entries in the admin settings area +settings/personal + * optional + * must contain a php class which implements OCP\Settings\ISettings and returns the form to render for the personal settings area +settings/personal-section + * optional + * must contain a php class which implements OCP\Settings\ISection and returns data to render navigation entries in the personal settings area +settings/admin-delegation + * optional + * must contain a php class which implements OCP\Settings\ISettings and has no UI (in settings) because it is only intended to be used for admin delegation +settings/admin-delegation-section + * optional + * must contain a php class which implements OCP\Settings\ISection which contains delegation-only settings classes as defined above navigations * optional * must contain at least one navigation element