From 194fbe263e2a862d3bb341ccbadd724f8d8b79e4 Mon Sep 17 00:00:00 2001 From: Timo Litzbarski Date: Fri, 11 Mar 2016 11:59:23 +0000 Subject: user and data for metadata + settings user and date for metadata #1853 #1861 --- doc/plugin-metadata.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/plugin-metadata.markdown b/doc/plugin-metadata.markdown index 1f4bfa2b..f5ace73c 100644 --- a/doc/plugin-metadata.markdown +++ b/doc/plugin-metadata.markdown @@ -1,7 +1,7 @@ Metadata ======== -You can attach metadata for each project, task and user. +You can attach metadata for each project, task, user or for the whole application. Metadata are custom fields, it's a key/value table. For example your plugin can store external information for a task or new settings for a project. @@ -34,6 +34,7 @@ Metadata types - TaskMetadata: `$this->taskMetadata` - ProjectMetadata: `$this->projectMetadata` - UserMetadata: `$this->userMetadata` +- Settings/Config: `$this->config` Notes ----- -- cgit v1.2.3