Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'developer_manual/basics/setting.rst')
-rw-r--r--developer_manual/basics/setting.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/developer_manual/basics/setting.rst b/developer_manual/basics/setting.rst
index 87de14ef3..1d9fd539d 100644
--- a/developer_manual/basics/setting.rst
+++ b/developer_manual/basics/setting.rst
@@ -115,6 +115,8 @@ This is a feature that needs to be enabled for each admin setting class.
To do so, the setting class needs to implement `IDelegatedSettings` instead of `ISettings`
and implement two additional methods.
+.. TODO ON RELEASE: Update version number above on release
+
.. code-block:: php
<?php